Skip to content

Commit

Permalink
use GH actions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Jul 8, 2024
1 parent b5a0642 commit ddd2ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
- name: Test Build
run: |
python -m pip install "pdm[locked] @ file://${$(pwd)/dist/*.whl}"
python -m pip install "pdm[locked] @ file://$(ls ${GITHUB_WORKSPACE}/dist/*.whl)"
pdm --help

0 comments on commit ddd2ca9

Please sign in to comment.