From 77d999ea803e02be0746449b8f7d2a58bc7bd990 Mon Sep 17 00:00:00 2001 From: Bourgerie Quentin Date: Wed, 25 Sep 2024 14:01:42 +0200 Subject: [PATCH] chore(release): Install rust for testing since we need to build tfhers-utils --- .github/workflows/concrete_python_release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/concrete_python_release.yml b/.github/workflows/concrete_python_release.yml index aeea10fef2..5199aa8d41 100644 --- a/.github/workflows/concrete_python_release.yml +++ b/.github/workflows/concrete_python_release.yml @@ -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) }}