|
|
@ -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 |
|
|
|