Skip to content

Commit

Permalink
Merge pull request #1159 from zama-ai/youben11-patch-8
Browse files Browse the repository at this point in the history
fix(ci): setup cargo in GPU release tests
  • Loading branch information
BourgerieQuentin authored Nov 21, 2024
2 parents 7ffb556 + 9130315 commit 779c2b6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/concrete_python_release_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,19 @@ jobs:
test-linux-x86:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
fail-fast: false
needs: [setup-test-instance, push-wheels]
runs-on: ${{ needs.setup-test-instance.outputs.runner-name }}
steps:
# HOME is needed by actions-rs/toolchain
- run: |
echo "HOME=/home/ubuntu" >> "${GITHUB_ENV}"
- name: Install rust
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
with:
toolchain: nightly
default: true
- name: Setup Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
Expand Down

0 comments on commit 779c2b6

Please sign in to comment.