Skip to content

Commit

Permalink
Add swig to path
Browse files Browse the repository at this point in the history
  • Loading branch information
belerico committed Apr 11, 2024
1 parent 527c56c commit 2fc7c7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cpu-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,15 @@ jobs:
run: |
env\\Scripts\\Activate.ps1
python -m pip install swig
$env:Path = '${GITHUB_WORKSPACE}/env/bin/swig;' + $env:Path
python -m pip install -e .[atari,box2d,test,dev]
- name: Install packages Linux
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
source env/bin/activate
python -m pip install swig
PATH="${GITHUB_WORKSPACE}/env/bin/swig:$PATH"
python -m pip install -e .[atari,box2d,test,dev]
- name: Run tests Windows
Expand Down

0 comments on commit 2fc7c7f

Please sign in to comment.