mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 03:25:05 -05:00
feat(ci/concrete-python): ignore failures during release
we want to release whether a test failed, or a specefic packages couldn't be built
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user