Skip to content

Commit

Permalink
upgrade virtualenv as well
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Oct 17, 2024
1 parent 53f87de commit ae48b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
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.10-distutils
pip install setuptools
pip install --upgrade setuptools virtualenv
pip install -r requirements-ci.txt && pip install -e .
MPLBACKEND=Agg pytest
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ nbsphinx==0.9.3
nbval==0.10.0
nest-asyncio==1.6.0
networkx==3.1
numpy==1.25.0
numpy==1.26.4
osqp==0.6.3
packaging==23.2
pandas==2.0.3
Expand Down

0 comments on commit ae48b3d

Please sign in to comment.