Skip to content

Commit

Permalink
Merge pull request #3 from DiamondLightSource/fix-dist-globbing
Browse files Browse the repository at this point in the history
Try to fix dist job
  • Loading branch information
coretl authored Jan 25, 2024
2 parents 99a9ddc + b1bb0ee commit 38af15f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: 0.2.1-17-ga090630
_commit: 0.2.1-19-gc873476
_src_path: gh:DiamondLightSource/python-copier-template
author_email: [email protected]
author_name: Tom Cobb
Expand Down
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 38af15f

Please sign in to comment.