Skip to content

Commit

Permalink
Fix SKIP_COMPILATION=True
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Apr 22, 2024
1 parent 42ee145 commit 3800b1c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/wheel_win_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,7 @@ jobs:
python -m ensurepip --upgrade
python -m pip install setuptools
python -m pip install -r requirements-tests.txt
if ('${{ matrix.pl_backend }}' -eq 'lightning_kokkos'){
SKIP_COMPILATION=true \
PL_BACKEND="lightning_qubit" \
python -m pip install -e . -vv
}
if ${{ matrix.pl_backend == 'lightning_kokkos'}}; then SKIP_COMPILATION=True PL_BACKEND="lightning_qubit" pip install -e . -vv; fi
cd wheelhouse
$wheels = Get-ChildItem "./" -Filter *.whl
foreach ($i in $wheels){
Expand Down

0 comments on commit 3800b1c

Please sign in to comment.