Skip to content

Commit

Permalink
Merge pull request #1156 from zama-ai/youben11-patch-8
Browse files Browse the repository at this point in the history
fix(ci): export cargo env
  • Loading branch information
youben11 authored Nov 20, 2024
2 parents 80ca8d3 + 2529b96 commit 7ffb556
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/concrete_python_release_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ffb556

Please sign in to comment.