From 6b4ddf39807ccfe723ab6ce74520dae37d490837 Mon Sep 17 00:00:00 2001 From: AisenGinn Date: Mon, 21 Nov 2022 15:30:24 -0500 Subject: [PATCH] modified workflows. --- .github/workflows/ci-base-tests-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-base-tests-linux.yml b/.github/workflows/ci-base-tests-linux.yml index f5b831a899..29d01f53f3 100644 --- a/.github/workflows/ci-base-tests-linux.yml +++ b/.github/workflows/ci-base-tests-linux.yml @@ -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