diff --git a/.github/workflows/concrete_python_release_nightly.yml b/.github/workflows/concrete_python_release_nightly.yml index 595ed3ba7..c13903274 100644 --- a/.github/workflows/concrete_python_release_nightly.yml +++ b/.github/workflows/concrete_python_release_nightly.yml @@ -24,6 +24,7 @@ env: jobs: linux-x86: + continue-on-error: true strategy: matrix: python-version: ["3.8", "3.9", "3.10"] @@ -133,6 +134,7 @@ jobs: deactivate macos: + continue-on-error: true strategy: matrix: python-version: ["3.8", "3.9", "3.10"] @@ -252,46 +254,55 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/download-artifact@v3 + continue-on-error: true with: name: wheel-3.8-linux-x86 path: wheels - uses: actions/download-artifact@v3 + continue-on-error: true with: name: wheel-3.9-linux-x86 path: wheels - uses: actions/download-artifact@v3 + continue-on-error: true with: name: wheel-3.10-linux-x86 path: wheels - uses: actions/download-artifact@v3 + continue-on-error: true with: name: wheel-3.8-aws-mac1-metal path: wheels - uses: actions/download-artifact@v3 + continue-on-error: true with: name: wheel-3.9-aws-mac1-metal path: wheels - uses: actions/download-artifact@v3 + continue-on-error: true with: name: wheel-3.10-aws-mac1-metal path: wheels - uses: actions/download-artifact@v3 + continue-on-error: true with: name: wheel-3.8-m1mac path: wheels - uses: actions/download-artifact@v3 + continue-on-error: true with: name: wheel-3.9-m1mac path: wheels - uses: actions/download-artifact@v3 + continue-on-error: true with: name: wheel-3.10-m1mac path: wheels