Skip to content

Commit

Permalink
do it again
Browse files Browse the repository at this point in the history
  • Loading branch information
astralcai committed Nov 1, 2024
1 parent 7efac11 commit e39fa56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
pip install -r requirements-ci.txt
pip install qsimcirq
pip install --upgrade git+https://github.com/PennyLaneAI/pennylane.git#egg=pennylane
pip install wheel pytest pytest-cov pytest-mock --upgrade
Expand Down Expand Up @@ -70,6 +71,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
pip install -r requirements-ci.txt
qsimcirq
pip install --upgrade git+https://github.com/PennyLaneAI/pennylane.git#egg=pennylane
pip install wheel pytest pytest-cov pytest-mock pytest-benchmark flaky --upgrade
Expand Down
1 change: 0 additions & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
cirq-core
cirq-pasqal
qsimcirq

0 comments on commit e39fa56

Please sign in to comment.