Update workflow

own
Bobholamovic 2 years ago
parent cef8aa2607
commit 5bc5e7b06c
  1. 7
      .github/workflows/build_and_test.yaml
  2. 1
      requirements.txt

@ -50,15 +50,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: registry.baidubce.com/paddlepaddle/paddle:2.3.1-gpu-cuda10.2-cudnn7 image: registry.baidubce.com/paddlepaddle/paddle:2.3.1-gpu-cuda10.2-cudnn7
strategy:
matrix:
python-version: ["3.7", "3.8"]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Upgrade pip - name: Upgrade pip
run: python -m pip install pip --upgrade --user run: python -m pip install pip --upgrade --user
- name: Install PaddleRS - name: Install PaddleRS

@ -18,5 +18,6 @@ munch
natsort natsort
geojson geojson
colorama colorama
filelock
# # Self installation # # Self installation
# GDAL >= 3.1.3 # GDAL >= 3.1.3

Loading…
Cancel
Save