Skip to content

Commit

Permalink
fix(pu): fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
puyuan1996 committed Jan 19, 2025
1 parent 6e6ab99 commit da8b3cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
shell: bash
run: |
python -m pip install --upgrade pip setuptools wheel cython
pip install Box2D==2.3.10 --no-cache-dir -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install Box2D==2.3.5 --no-cache-dir -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install --no-cache-dir --upgrade flake8 setuptools wheel twine -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install -r requirements.txt --upgrade --no-cache-dir -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install -r requirements-build.txt --upgrade --no-cache-dir -i https://pypi.tuna.tsinghua.edu.cn/simple
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pytest-timeout~=2.0.2
pytest-benchmark~=3.4.0
testtools>=2
hbutils>=0.6.13
setuptools<=59.5.0
setuptools>=66.1.1
numpy>=1.21.6
easydict>=1.7,<2
swig >= 4.1.1
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DI-engine>=0.4.7
DI-engine>=0.5.3
gymnasium[atari]==0.28.0
numpy==1.24.1
numpy>=1.24.1,<2
pympler
minigrid
moviepy
Expand Down

0 comments on commit da8b3cc

Please sign in to comment.