Skip to content

Commit

Permalink
fix(ci): export cargo env
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 authored Nov 20, 2024
1 parent 80ca8d3 commit 2529b96
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 2529b96

Please sign in to comment.