Skip to content

Commit 51b0133

Browse files
author
Vincent Moens
committed
Update
[ghstack-poisoned]
1 parent 40006c8 commit 51b0133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/unittest/linux/scripts/run_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ conda deactivate
8888
conda activate "${env_dir}"
8989

9090
echo "installing gymnasium"
91-
pip3 install "gymnasium[ale-py,atari,accept-rom-license]"
91+
pip3 install "gymnasium[atari,accept-rom-license]"
9292
pip3 install mo-gymnasium[mujoco] # requires here bc needs mujoco-py
9393
pip3 install "mujoco" -U
9494

.github/unittest/linux_libs/scripts_gym/batch_scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ do
126126
conda activate ./cloned_env
127127

128128
echo "Testing gym version: ${GYM_VERSION}"
129-
pip3 install 'gymnasium[atari,accept-rom-license,ale-py]'==$GYM_VERSION
129+
pip3 install 'gymnasium[atari,accept-rom-license]'==$GYM_VERSION
130130

131131
$DIR/run_test.sh
132132

0 commit comments

Comments
 (0)