Skip to content

Commit

Permalink
Install latest PennyLane for CI (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
astralcai authored May 14, 2024
1 parent 23f94d5 commit 3772aa6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11']

steps:
- name: Cancel Previous Runs
Expand All @@ -26,6 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install --upgrade git+https://github.com/PennyLaneAI/pennylane.git#egg=pennylane
pip install wheel pytest pytest-cov pytest-mock pytest-benchmark --upgrade
- name: Install Plugin
run: |
Expand Down Expand Up @@ -62,6 +63,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install --upgrade git+https://github.com/PennyLaneAI/pennylane.git#egg=pennylane
pip install wheel pytest pytest-benchmark pytest-cov pytest-mock flaky --upgrade
- name: Install Plugin
Expand Down

0 comments on commit 3772aa6

Please sign in to comment.