|
|
|
@ -58,24 +58,3 @@ jobs: |
|
|
|
|
cd tests |
|
|
|
|
bash run_fast_tests.sh |
|
|
|
|
shell: bash |
|
|
|
|
|
|
|
|
|
build_and_test_cuda102: |
|
|
|
|
runs-on: ubuntu-18.04 |
|
|
|
|
container: |
|
|
|
|
image: registry.baidubce.com/paddlepaddle/paddle:2.3.1-gpu-cuda10.2-cudnn7 |
|
|
|
|
steps: |
|
|
|
|
- uses: actions/checkout@v3 |
|
|
|
|
- name: Upgrade pip |
|
|
|
|
run: python3.7 -m pip install pip --upgrade --user |
|
|
|
|
- name: Install PaddleRS |
|
|
|
|
run: | |
|
|
|
|
python3.7 -m pip install -r requirements.txt |
|
|
|
|
python3.7 -m pip install -e . |
|
|
|
|
- name: Install GDAL |
|
|
|
|
run: python3.7 -m pip install https://versaweb.dl.sourceforge.net/project/gdal-wheels-for-linux/GDAL-3.4.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl |
|
|
|
|
# Do not run unittests, because there is NO GPU in the machine. |
|
|
|
|
# - name: Run unittests |
|
|
|
|
# run: | |
|
|
|
|
# cd tests |
|
|
|
|
# bash run_fast_tests.sh |
|
|
|
|
# shell: bash |