Skip to content

Commit

Permalink
fix: pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiniuYu committed Apr 19, 2023
1 parent 4b9fc62 commit 33c300d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Prepare enviroment
run: |
python -m pip install "pip>22.0.0,<23.1"
python -m pip install pip==23.0.1
python -m pip install wheel pytest pytest-cov nvidia-pyindex
pip install -e "client/[test]"
pip install -e "server/[tensorrt]"
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Prepare enviroment
run: |
python -m pip install pip>22.0.0,<23.1
python -m pip install pip==23.0.1
python -m pip install wheel pytest pytest-cov nvidia-pyindex
pip install -e "client/[test]"
pip install -e "server/[onnx]"
Expand Down

0 comments on commit 33c300d

Please sign in to comment.