Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Sep 20, 2024
1 parent d44cede commit edf264c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ jobs:
shell: bash
run: |
rm -rf ./wgpu
pip install --no-input --find-links dist wgpu
pip uninstall --no-input wgpu
pip install --no-input --force-reinstall --no-deps --no-index --find-links dist wgpu
pip install --find-links dist wgpu
pip install --force-reinstall --no-deps --no-index --find-links dist wgpu
pushd $HOME
python -c 'import wgpu.backends.wgpu_native; print(wgpu.backends.wgpu_native._ffi.lib_path)'
popd
Expand Down

0 comments on commit edf264c

Please sign in to comment.