Skip to content

Commit

Permalink
fix(ci): build tfhers-utils before testing release
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 authored and BourgerieQuentin committed Sep 25, 2024
1 parent d9b34f1 commit 3362c8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/concrete_python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,10 @@ jobs:
# Copy test files
cp -R $CONCRETE_PYTHON/tests .
cp -R $CONCRETE_PYTHON/pytest.ini .
cp $CONCRETE_PYTHON/Makefile .
# Running tests
make tfhers-utils
pytest tests -svv -n auto
test-macos:
Expand Down Expand Up @@ -389,6 +391,7 @@ jobs:
cp $CONCRETE_PYTHON/Makefile .
# Running tests
make tfhers-utils
mkdir ./KeySetCache
pytest tests -svv -n auto --key-cache "./KeySetCache" -m "not dataflow and not graphviz"
Expand Down

0 comments on commit 3362c8c

Please sign in to comment.