Skip to content

Commit

Permalink
Install latest PennyLane in CI (#189)
Browse files Browse the repository at this point in the history
* Install latest PennyLane in CI

* trigger CI
  • Loading branch information
astralcai authored May 14, 2024
1 parent 57e7611 commit 74bd315
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 @@ -32,6 +32,7 @@ jobs:
python -m pip install --upgrade pip
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
- name: Install Plugin
Expand Down Expand Up @@ -71,6 +72,7 @@ jobs:
python -m pip install --upgrade pip
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
- name: Install Plugin
Expand Down

0 comments on commit 74bd315

Please sign in to comment.