Skip to content

Commit

Permalink
Restore wheel installation in CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpalms committed Sep 27, 2023
1 parent b869c8e commit 1b0412d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- run: python3 -m pip install wheel
- run: python3 -m pip install .["tests"]
- run: pytest tests/test_gym_settings.py
- run: pytest tests/test_wrappers_settings.py
Expand Down

0 comments on commit 1b0412d

Please sign in to comment.