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 25, 2024
1 parent 3362c8c commit 77d999e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/concrete_python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,9 @@ jobs:
with:
submodules: recursive
path: repo
# Install rust for tfhers-utils
- name: Install rust
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
- name: Test wheel
run: |
WHEEL_DIR=$(pwd)/${{ format('wheel-{0}-linux-x86', matrix.python-version) }}
Expand Down

0 comments on commit 77d999e

Please sign in to comment.