Skip to content

Commit

Permalink
safer
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Sep 13, 2024
1 parent 0dab583 commit 6f2b022
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 @@ -78,8 +78,8 @@ jobs:
shell: bash
run: |
rm -rf ./wgpu
pushd dist
pip install *.whl
python -m pip install cffi
python -m pip install --no-index --find-links dist wgpu
python -c 'import wgpu.backends.wgpu_native; print(wgpu.backends.wgpu_native._ffi.lib_path)'
# cleanup
popd
Expand Down

0 comments on commit 6f2b022

Please sign in to comment.