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 460aaa7 commit 6e6ab99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
- name: Install PyPI dependencies
shell: bash
run: |
python -m pip install --upgrade pip setuptools cython
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 --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

0 comments on commit 6e6ab99

Please sign in to comment.