Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BolunDai0216 committed Feb 4, 2025
1 parent 5573dac commit b2cee19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install -y python3-opengl xvfb
pip install git+https://github.com/Farama-Foundation/PettingZoo.git@master
pip install -e .[all]
pip install -e .[testing]
- name: Source distribution test
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install dependencies
run: |
pip install git+https://github.com/Farama-Foundation/PettingZoo.git@master
pip install -e .[all]
pip install -e .[testing]
- name: Set dummy SDL video driver
run: |
Expand Down

0 comments on commit b2cee19

Please sign in to comment.