Skip to content

Commit

Permalink
without bin
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Oct 26, 2023
1 parent e894a2a commit e7250f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests_without_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
cd pennylane
git fetch --all
git checkout $(git branch -a --list origin/v*rc* | tail -1)
python -m pip uninstall -y pennylane && python -m pip install . -vv
rm -fr $(python -m pip cache dir)/selfcheck/
python -m pip uninstall -y pennylane && python -m pip install . -vv --no-deps
- name: Install Stable PennyLane
if: inputs.pennylane-version == 'stable'
Expand Down

0 comments on commit e7250f2

Please sign in to comment.