Skip to content

Commit

Permalink
Update build-whl-new.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
masadcv authored Oct 16, 2024
1 parent abfd98e commit 8a77418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-whl-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- name: Install software
if: ${{ github.event.inputs.test_package == 'true' }}
run: pip install --find-links=${{github.workspace}}/dist/ numpymaxflow
run: pip install --use-wheel --no-index --find-links=${{github.workspace}}/dist/ numpymaxflow


- name: Test import
if: ${{ github.event.inputs.test_package == 'true' }}
Expand Down

0 comments on commit 8a77418

Please sign in to comment.