Skip to content

Commit

Permalink
Merge branch 'master' into lander-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
btjanaka committed Sep 10, 2023
2 parents 5fc9e5d + d818f43 commit 2c7507d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# SWIG should not be installed so that we can test that lunar lander is
# installing SWIG properly. See https://github.com/icaros-usc/pyribs/pull/366
- name: Remove swig
run: sudo rm -rf /usr/bin/swig
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
Expand All @@ -129,6 +133,10 @@ jobs:
steps:
# We use Python 3.10 instead of 3.8 here since Google Colab uses 3.10.
- uses: actions/checkout@v4
# SWIG should not be installed so that we can test that lunar lander is
# installing SWIG properly. See https://github.com/icaros-usc/pyribs/pull/366
- name: Remove swig
run: sudo rm -rf /usr/bin/swig
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 2c7507d

Please sign in to comment.