Skip to content

Commit

Permalink
cannot install deps with no-index
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Sep 13, 2024
1 parent 353aad4 commit ff06832
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 @@ -79,7 +79,7 @@ jobs:
run: |
rm -rf ./wgpu
python -m pip install cffi
python -m pip install --no-index --find-links dist wgpu
python -m pip install --no-index --no-dependencies --find-links dist wgpu
pushd $HOME
python -c 'import wgpu.backends.wgpu_native; print(wgpu.backends.wgpu_native._ffi.lib_path)'
# cleanup
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
shell: bash
run: |
rm -rf ./wgpu
python -m pip install --no-index --find-links dist wgpu
python -m pip install --no-index --no-dependencies --find-links dist wgpu
# don't run tests, we just want to know if the sdist can be installed
pip uninstall -y wgpu
git reset --hard HEAD
Expand Down

0 comments on commit ff06832

Please sign in to comment.