Skip to content

Commit

Permalink
add pushd
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Sep 13, 2024
1 parent 6f2b022 commit 353aad4
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 @@ -80,6 +80,7 @@ jobs:
rm -rf ./wgpu
python -m pip install cffi
python -m pip install --no-index --find-links dist wgpu
pushd $HOME
python -c 'import wgpu.backends.wgpu_native; print(wgpu.backends.wgpu_native._ffi.lib_path)'
# cleanup
popd
Expand Down Expand Up @@ -115,9 +116,7 @@ jobs:
shell: bash
run: |
rm -rf ./wgpu
pushd $HOME
pip install $GITHUB_WORKSPACE/dist/*.tar.gz
popd
python -m pip install --no-index --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 353aad4

Please sign in to comment.