Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Jun 24, 2024
1 parent fe91324 commit 199a1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/unittest/linux_libs/scripts_gym/batch_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ do
pip3 install wheel==0.38.4
pip3 install 'gym[atari]'==$GYM_VERSION
pip3 install ale-py==0.7
pip3 install pip -U
$DIR/run_test.sh

# delete the conda copy
Expand All @@ -90,6 +89,7 @@ do

echo "Testing gym version: ${GYM_VERSION}"
pip3 install 'gym[atari]'==$GYM_VERSION
pip3 install pip -U
$DIR/run_test.sh

# delete the conda copy
Expand Down

0 comments on commit 199a1cf

Please sign in to comment.