Skip to content

Commit

Permalink
Add wheel pin for gym 0.21 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpalms committed Jul 30, 2023
1 parent 3df3f82 commit f126f15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/installation_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- name: Pre-install packages needed because of setup.py deprecation
run: |
python3 -m pip install -U wheel
python3 -m pip install -U wheel # Deprecated setup.py installation need to move to pyproject.toml
python3 -m pip install wheel==0.38.4 # Deprecated format of gym==0.21
pip list
- name: Define Package Path
id: set_package_path
Expand Down

0 comments on commit f126f15

Please sign in to comment.