Skip to content

Commit

Permalink
Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Apr 26, 2024
1 parent 3fa9c40 commit dd0b96e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests_linux_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ jobs:
cd main
python -m pip install -r requirements-dev.txt
python -m pip install openfermionpyscf
SKIP_COMPILATION=True python -m pip install -e . -vv
python -m pip install ${{ github.workspace }}/wheels/PennyLane_Lightning*.whl
- name: Checkout PennyLane for release build
Expand Down Expand Up @@ -302,10 +301,10 @@ jobs:
run: |
cd main
ls -l ${{ github.workspace }}/wheels
python -m pip install ${{ github.workspace }}/wheels/PennyLane_Lightning_Kokkos*.whl --no-deps
python -m pip install -r requirements-dev.txt
python -m pip install openfermionpyscf
SKIP_COMPILATION=True python -m pip install -e . -vv
python -m pip install ${{ github.workspace }}/wheels/PennyLane_Lightning_Kokkos*.whl --no-deps
- name: Checkout PennyLane for release build
if: inputs.pennylane-version == 'release'
Expand Down

0 comments on commit dd0b96e

Please sign in to comment.