Skip to content

Commit

Permalink
Hacky pipeline fixes to load outdated expert models and disable windo…
Browse files Browse the repository at this point in the history
…ws and mac pipelines. TODO UNDO THIS BEFORE MERGE!!!
  • Loading branch information
ernestum committed Sep 8, 2023
1 parent 5f4bada commit 16ce7b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ jobs:
- run:
name: run tests
command: |
pip install gym[atari]==0.21.0
Xdummy-entrypoint.py pytest -n ${NUM_CPUS} --cov=/venv/lib/python3.8/site-packages/imitation \
--cov=tests --junitxml=/tmp/test-reports/junit.xml \
--durations=500 -vv tests/
Expand Down Expand Up @@ -413,5 +414,5 @@ workflows:
- unit-test-linux:
context:
- docker-hub-creds
- unit-test-macos
- unit-test-windows
# - unit-test-macos
# - unit-test-windows

0 comments on commit 16ce7b6

Please sign in to comment.