Skip to content

Commit

Permalink
force reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
multiphaseCFD committed Jan 7, 2025
1 parent a44722b commit 1e545c4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/wheel_linux_aarch64_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,11 @@ jobs:
cd wheelhouse
for wheel in *.whl;do
echo "Installing $wheel"
python -m pip install $wheel
python -m pip install $wheel --force-reinstall --no-deps
done
cd ..

DEVICENAME=`echo ${{ matrix.pl_backend }} | sed "s/_/./g"`
if ${{ matrix.pl_backend == 'lightning_gpu'}}
then
pl-device-test --device=${DEVICENAME} --skip-ops -x --tb=short --no-flaky-report
fi
PL_DEVICE=${DEVICENAME} python -m pytest tests/ -k "not test_native_mcm"

- name: Validate wheels
Expand Down

0 comments on commit 1e545c4

Please sign in to comment.