Skip to content

Commit

Permalink
and again [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Feb 21, 2024
1 parent 9b377b9 commit 29678e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.inputs.runid }}
path: wheels
- run: python -m pip install --no-index --find-links=wheels gemmi
- run: |
ls -R wheels
python -m pip install --no-index --find-links=wheels gemmi
if: ${{ github.event.inputs.runid != '' }}
- run: python -m unittest discover -s tests -v

0 comments on commit 29678e6

Please sign in to comment.