Skip to content

Commit

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

* Update .github/workflows/tests.yml
  • Loading branch information
astralcai authored May 14, 2024
1 parent bdcf29c commit fdd5a5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
python-version: ["3.9", "3.11"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- name: Cancel Previous Runs
Expand All @@ -35,6 +35,7 @@ jobs:
- name: Install plugin and test requirements
run: |
python -m pip install --upgrade pip
pip install --upgrade git+https://github.com/PennyLaneAI/pennylane.git#egg=pennylane
pip install '.[test]'
- name: Run tests
Expand All @@ -50,7 +51,7 @@ jobs:

strategy:
matrix:
python-version: ["3.9", "3.11"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- name: Cancel Previous Runs
Expand All @@ -74,6 +75,7 @@ jobs:
- name: Install plugin and test requirements
run: |
python -m pip install --upgrade pip
pip install --upgrade git+https://github.com/PennyLaneAI/pennylane.git#egg=pennylane
pip install '.[test]'
- name: Run tests
Expand Down

0 comments on commit fdd5a5a

Please sign in to comment.