Skip to content

Commit

Permalink
Try to fix dist job
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Jan 25, 2024
1 parent 99a9ddc commit 33d313d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

- name: Test module --version works using the installed wheel
# If more than one module in src/ replace with module name to test
run: python -m $(ls src | head -1) --version
run: python -m $(ls --hide='*.egg-info' src | head -1) --version

container:
needs: [lint, dist, test]
Expand Down

0 comments on commit 33d313d

Please sign in to comment.