Browse Source

Update PaddlePaddle version

Bobholamovic 2 years ago
parent
commit
94ab0795a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yaml

+ 1 - 1
.github/workflows/build.yaml

@@ -46,7 +46,7 @@ jobs:
       - name: Upgrade pip
         run: python -m pip install pip --upgrade --user
       - name: Install PaddlePaddle
-        run: python -m pip install paddlepaddle==2.3.1 -i https://mirror.baidu.com/pypi/simple
+        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 -r requirements.txt