Skip to content

Commit

Permalink
Force use python from venv
Browse files Browse the repository at this point in the history
  • Loading branch information
belerico committed Apr 10, 2024
1 parent 3e20dbb commit 527c56c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cpu-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
shell: powershell
run: |
env\\Scripts\\Activate.ps1
pip install swig
pip install -e .[atari,box2d,test,dev]
python -m pip install swig
python -m pip install -e .[atari,box2d,test,dev]
- name: Install packages Linux
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
source env/bin/activate
pip install swig
pip install -e .[atari,box2d,test,dev]
python -m pip install swig
python -m pip install -e .[atari,box2d,test,dev]
- name: Run tests Windows
if: ${{ matrix.os == 'windows-latest' }}
Expand Down

0 comments on commit 527c56c

Please sign in to comment.