Skip to content

Commit

Permalink
Try to explicit VENV
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis <[email protected]>
  • Loading branch information
DarkaMaul committed Dec 26, 2024
1 parent 69c58af commit e863ecb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:

- name: test
run: make test INSTALL_EXTRA=test
env:
VENV: not-default-venv
VIRTUAL_ENV: not-default-venv

test-windows:
strategy:
Expand Down Expand Up @@ -82,6 +85,9 @@ jobs:
run: |
make test INSTALL_EXTRA=test
shell: bash
env:
VENV: not-default-venv
VIRTUAL_ENV: not-default-venv

all-tests-pass:
if: always()
Expand Down

0 comments on commit e863ecb

Please sign in to comment.