Skip to content

Commit

Permalink
do korijns earlier trick
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Sep 21, 2024
1 parent 6a0c5a2 commit 81f905c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
run: |
rm -rf ./wgpu
rm -rf ./dist/*.whl
pip install requests
pip install --force-reinstall --no-deps --no-index --find-links dist wgpu
filename=$(ls dist/*.tar.gz)
pip install $filename
pip uninstall -y wgpu
git reset --hard HEAD
Expand Down

0 comments on commit 81f905c

Please sign in to comment.