Skip to content

Commit

Permalink
chore(release): Install rust for testing since we need to build tfher…
Browse files Browse the repository at this point in the history
…s-utils
  • Loading branch information
BourgerieQuentin committed Sep 26, 2024
1 parent 2d341aa commit 1464135
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/concrete_python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,11 @@ jobs:
with:
submodules: recursive
path: repo
# Install rust for tfhers-utils
- name: Install rust
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
with:
toolchain: stable
- name: Test wheel
run: |
WHEEL_DIR=$(pwd)/${{ format('wheel-{0}-linux-x86', matrix.python-version) }}
Expand Down

0 comments on commit 1464135

Please sign in to comment.