Skip to content

Commit

Permalink
Install swig from chocolatey
Browse files Browse the repository at this point in the history
  • Loading branch information
belerico committed Apr 11, 2024
1 parent cb7be5a commit b254cd6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cpu-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,14 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
shell: powershell
run: |
choco upgrade swig -y
env\\Scripts\\Activate.ps1
python -m pip install swig
$env:Path = '${GITHUB_WORKSPACE}\\env\\Scripts\\swig.exe;' + $env:Path
python -m pip install -e .[atari,box2d,test,dev]
- name: Install packages Linux
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt-get install --no-install-recommends -y swig
sudo apt-get install --no-install-recommends -y --only-upgrade swig
source env/bin/activate
python -m pip install -e .[atari,box2d,test,dev]
Expand Down

0 comments on commit b254cd6

Please sign in to comment.