Skip to content

Commit

Permalink
modified workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
AisenGinn committed Nov 21, 2022
1 parent 43c4a3b commit 6b4ddf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-base-tests-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
. ${{env.venv_dir}}/bin/activate
pip install --upgrade pip
pip install --upgrade wheel
pip install -e .[camera-obs,opendrive,rllib,test,test-notebook,torch,train]
pip install -e .[camera-obs,opendrive,rllib,test,test-notebook,torch,train,gym]
- name: Run smoke tests
run: |
. ${{env.venv_dir}}/bin/activate
Expand Down

0 comments on commit 6b4ddf3

Please sign in to comment.