Skip to content

Commit

Permalink
Install stable pennylane.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Sep 11, 2023
1 parent 2e94a49 commit e1e0ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ jobs:
cd main
python -m pip install -r requirements-dev.txt
- name: Install Latest PennyLane
- name: Install Stable PennyLane
if: inputs.pennylane-version == 'stable'
run: |
cd main
python -m pip install pennylane==$(git tag | sort -V | tail -1 | cut -c2-)
python -m pip install -U pennylane
- name: Install ML libraries for interfaces
run: |
Expand Down

0 comments on commit e1e0ee2

Please sign in to comment.