Skip to content

Commit

Permalink
修复安装paddlers时确实numpy依赖的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jscslld authored Oct 16, 2023
1 parent 9c4d337 commit b27b1df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
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 numpy
python -m pip install -r PaddleRS/requirements.txt
python -m pip install -e PaddleRS
- name: Install GDAL
Expand Down

0 comments on commit b27b1df

Please sign in to comment.