Skip to content

Commit

Permalink
fix wheels install
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Sep 20, 2024
1 parent 8f980e2 commit 2becce2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-designs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ jobs:

- name: Install
run: |
mkdir -p dist-sc
mkdir -p dist-pdk
pip3 install dist-gallery/*.whl dist-sc/*.whl dist-pdk/*.whl
wheels=$(find -name "*.whl")
echo "$wheels"
pip3 install $wheels
- name: Run gallery
timeout-minutes: ${{ inputs.timeout }}
Expand Down

0 comments on commit 2becce2

Please sign in to comment.