Skip to content

Commit

Permalink
(#378) Fix dist CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuck99 committed Jul 11, 2024
1 parent e786220 commit 7cb0857
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ jobs:
pip-install: dist/*.whl

- 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 --hide='*.egg-info' src | head -1) --version
run: python -m dodal --version

0 comments on commit 7cb0857

Please sign in to comment.