Skip to content

Commit

Permalink
修改pip版本以解决lap安装失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jscslld authored Oct 16, 2023
1 parent d16e1f0 commit 8821135
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Upgrade pip
run: python -m pip install pip --upgrade --user
run: python -m pip install pip==22.0.3 --upgrade --user
- name: Install PaddlePaddle
run: python -m pip install paddlepaddle==2.4.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
- name: Install PaddleRS
run: |
python -m pip install lap==0.4.0
python -m pip install -r PaddleRS/requirements.txt
python -m pip install -e PaddleRS
- name: Install GDAL
Expand Down

0 comments on commit 8821135

Please sign in to comment.