Skip to content

Commit

Permalink
Remove extra Python
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Aug 9, 2024
1 parent 07594a4 commit 8188f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
docker run --network none \
$LOGIN_SERVER/$IMAGE:$SHA_TAG \
/code_execution/.pixi/envs/${{ matrix.proc }}/bin/python python -m pytest tests
/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 8188f71

Please sign in to comment.