diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 8e3a270..364ff43 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -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]