From 6f2b022c82a8c4eec2121817f2481cffa6fd2a86 Mon Sep 17 00:00:00 2001 From: Almar Klein Date: Fri, 13 Sep 2024 16:55:11 +0200 Subject: [PATCH] safer --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a2c1cc7e..07aee463 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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