Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
astralcai committed Nov 1, 2024
1 parent f586440 commit 7efac11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt
pip install -r requirements-ci.txt
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,7 +70,6 @@ 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 pytest-benchmark flaky --upgrade
Expand Down
1 change: 1 addition & 0 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cirq-core
cirq-pasqal
qsimcirq

0 comments on commit 7efac11

Please sign in to comment.