Skip to content

Commit

Permalink
does this fix it?
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian542 committed Nov 1, 2024
1 parent a95ec95 commit 546e79a
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 @@ -29,6 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools
pip install git+https://github.com/PennyLaneAI/pennylane.git
pip install -r requirements-ci.txt
pip install wheel pytest pytest-cov pytest-mock flaky --upgrade
Expand Down Expand Up @@ -74,6 +75,7 @@ jobs:
- name: Install Plugin
run: |
pip install pkg_resources
python setup.py bdist_wheel
pip install dist/PennyLane*.whl
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"qiskit-ibm-provider",
"pennylane>=0.38",
"numpy",
"setuptools",
"sympy<1.13",
"networkx>=2.2",
]
Expand Down

0 comments on commit 546e79a

Please sign in to comment.