Skip to content

Commit

Permalink
ci(wrappers/python): avoid invoking external python packages on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SKalt committed Sep 25, 2024
1 parent ef41fa5 commit 112f4a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,15 @@ jobs:
run: ./wrappers/python/scripts/ci/github/debug_python_paths.sh

- name: Lint python
if: runner.os == 'Linux'
working-directory: ./wrappers/python
run: |
export VIRTUAL_ENV="$PWD/.venv"
export PATH="$VIRTUAL_ENV/bin:$PATH"
bash ./scripts/ci/python_lints.sh
- name: ensure cog up-to-date
if: runner.os == 'Linux'
working-directory: ./wrappers/python
run: |
export VIRTUAL_ENV="$PWD/.venv"
Expand Down

0 comments on commit 112f4a8

Please sign in to comment.