소스 검색

Update PaddlePaddle version

Bobholamovic 2 년 전
부모
커밋
94ab0795a0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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