Skip to content

Commit

Permalink
Fix pip uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Sep 11, 2023
1 parent c76112c commit 9b2bb80
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 @@ -114,7 +114,7 @@ jobs:
run: |
cd main
git checkout $(git tag | sort -V | tail -1)
git log | head
git log | head -1
- uses: actions/setup-python@v4
name: Install Python
Expand All @@ -133,7 +133,7 @@ jobs:
if: inputs.pennylane-version == 'stable'
run: |
cd main
python pip uninstall pennylane && python -m pip install --no-cache-dir -U pennylane
python -m pip uninstall pennylane && python -m pip install -U pennylane
- name: Install ML libraries for interfaces
run: |
Expand Down

0 comments on commit 9b2bb80

Please sign in to comment.