Skip to content

Commit

Permalink
Pin python version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpalms committed Nov 23, 2023
1 parent fbe822d commit 6774843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x" # Need to limit to specific python version because of 3.12 fails with `pip install .["tests"]`
python-version: "3.10" # Need to limit to specific python version because of 3.12 fails with `pip install .["tests"]`
- run: python3 -m pip install wheel
- run: python3 -m pip install .["tests"]
- run: pytest tests/test_gym_settings.py
Expand Down

0 comments on commit 6774843

Please sign in to comment.