diff --git a/.github/workflows/concrete_python_release_cpu.yml b/.github/workflows/concrete_python_release_cpu.yml index e171b6f1a3..0d192b021b 100644 --- a/.github/workflows/concrete_python_release_cpu.yml +++ b/.github/workflows/concrete_python_release_cpu.yml @@ -425,6 +425,9 @@ jobs: cp -R "${CONCRETE_PYTHON}"/pytest.ini . cp "${CONCRETE_PYTHON}"/Makefile . + # Fix: this is because cargo cannot be found + . "$HOME/.cargo/env" + # Running tests make tfhers-utils mkdir ./KeySetCache