Skip to content

Commit

Permalink
Install gym in macos unit tests. TODO REMOVE BEFORE MERGING
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Sep 12, 2023
1 parent d18bf06 commit d0841d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ jobs:
name: run tests
command: |
source ~/venv/bin/activate
pip install gym==0.21.0
TESTFILES=$(circleci tests glob tests/**/test*.py | circleci tests split --split-by=timings)
pytest -n auto --junitxml=/tmp/test-reports/junit.xml -vv $TESTFILES
Expand Down

0 comments on commit d0841d8

Please sign in to comment.