Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jscslld authored Oct 16, 2023
1 parent b27b1df commit a139dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +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 numpy==1.23.5
python -m pip install -r PaddleRS/requirements.txt
python -m pip install -e PaddleRS
- name: Install GDAL
Expand Down

0 comments on commit a139dd5

Please sign in to comment.