Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
lillian542 committed Nov 1, 2024
1 parent 546e79a commit 07645e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,14 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools
pip install pkg_resources
pip install git+https://github.com/PennyLaneAI/pennylane.git
pip install -r requirements-ci.txt
pip install wheel pytest pytest-cov pytest-mock pytest-benchmark flaky --upgrade
- name: Install Plugin
run: |
pip install pkg_resources
python setup.py bdist_wheel
pip install dist/PennyLane*.whl
Expand Down

0 comments on commit 07645e4

Please sign in to comment.