Content-Length: 314059 | pFad | http://github.com/pytorch/rl/commit/193f998af9034073bcf42cb12c87016dc7f4244e

90 [CI] Fix SDL install · pytorch/rl@193f998 · GitHub
Skip to content

Commit 193f998

Browse files
committed
[CI] Fix SDL install
1 parent 524a3f5 commit 193f998

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ if [[ $OSTYPE != 'darwin'* ]]; then
1212
apt-get install -y vim git wget cmake
1313

1414
# Enable universe repository
15-
apt-get install -y software-properties-common
16-
add-apt-repository universe
17-
apt-get update
15+
# apt-get install -y software-properties-common
16+
# add-apt-repository universe
17+
# apt-get update
1818

19-
apt-get install -y libsdl2-dev libsdl2-2.0-0
19+
# apt-get install -y libsdl2-dev libsdl2-2.0-0
2020

2121
apt-get install -y libglfw3 libgl1-mesa-glx libosmesa6 libglew-dev
2222
apt-get install -y libglvnd0 libgl1 libglx0 libegl1 libgles2 xvfb

.github/unittest/linux_olddeps/scripts_gym_0_13/run_test.sh

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@ python .github/unittest/helpers/coverage_run_parallel.py -m pytest test/smoke_te
2828
export DISPLAY=:99
2929
Xvfb :99 -screen 0 1400x900x24 > /dev/null 2>&1 &
3030

31-
CKPT_BACKEND=torch MUJOCO_GL=egl python .github/unittest/helpers/coverage_run_parallel.py -m pytest --instafail -v --durations 200 --ignore test/test_distributed.py \
32-
--ignore test/test_rlhf.py \
33-
--ignore test/llm \
34-
--timeout=120 --mp_fork_if_no_cuda
31+
CKPT_BACKEND=torch MUJOCO_GL=egl python .github/unittest/helpers/coverage_run_parallel.py -m pytest \
32+
--instafail -v \
33+
--durations 200 \
34+
--ignore test/test_distributed.py \
35+
--ignore test/test_rlhf.py \
36+
--ignore test/llm \
37+
--timeout=120 \
38+
--mp_fork_if_no_cuda
3539

3640
#pytest --instafail -v --durations 200
3741
#python test/test_libs.py

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/pytorch/rl/commit/193f998af9034073bcf42cb12c87016dc7f4244e

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy