Skip to content

Commit

Permalink
install distutils in runner
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Oct 17, 2024
1 parent d036ea1 commit baeb89d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Test (Python ${{ matrix.python-version }})
run: |
docker run --rm -itd -p 5555:5555 rigetti/quilc -S
docker run --rm -itd -p 5000:5000 rigetti/qvm -S
apt update -y && apt install -y libblas-dev liblapack-dev
apt update -y && apt install -y libblas-dev liblapack-dev python3-distutils
pip install -r requirements-ci.txt && pip install -e .
MPLBACKEND=Agg pytest

0 comments on commit baeb89d

Please sign in to comment.