Skip to content

Commit

Permalink
hardcode python executable for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed Oct 29, 2024
1 parent 9087233 commit da34e47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
- name: Tests packages in container
run: |
docker run $LOGIN_SERVER/$IMAGE:$SHA_TAG python -m pytest tests
docker run --network none \
$LOGIN_SERVER/$IMAGE:$SHA_TAG \
/code_execution/.pixi/envs/${{ matrix.proc }}/bin/python -m pytest tests
- name: Log into Azure
if: ${{ fromJson(env.SHOULD_PUBLISH) }}
Expand Down

0 comments on commit da34e47

Please sign in to comment.