diff --git a/.github/workflows/concrete_python_release.yml b/.github/workflows/concrete_python_release.yml index aeea10fef2..cbecc991af 100644 --- a/.github/workflows/concrete_python_release.yml +++ b/.github/workflows/concrete_python_release.yml @@ -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) }}