Skip to content

Commit

Permalink
try 3.10 distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Oct 17, 2024
1 parent baeb89d commit 0231128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
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 python3-distutils
apt update -y && apt install -y libblas-dev liblapack-dev python3.10-distutils
pip install -r requirements-ci.txt && pip install -e .
MPLBACKEND=Agg pytest

0 comments on commit 0231128

Please sign in to comment.