Skip to content

Commit

Permalink
Merge pull request #1168 from zama-ai/macos-notebook
Browse files Browse the repository at this point in the history
chore(ci): Fix macos notebook test
  • Loading branch information
BourgerieQuentin authored Dec 4, 2024
2 parents 85f1643 + 52ae2fa commit 570e05c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/concrete_python_test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
cp -R ${{ env.concrete-python-dir }}/examples ./examples
cp -R ${{ env.concrete-python-dir }}/tests ./tests
cp -R ${{ env.concrete-python-dir }}/scripts ./scripts
cp ${{ env.concrete-python-dir }}/Makefile .
- name: Run pytest-macos
Expand Down
4 changes: 2 additions & 2 deletions frontends/concrete-python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pytest-default: tfhers-utils
pytest-macos:
pytest tests -svv -n auto \
--key-cache "${KEY_CACHE_DIRECTORY}" \
-m "${PYTEST_MARKERS} minimal"
-m minimal

pytest-single: tfhers-utils
eval $(shell make silent_cp_activate)
Expand Down Expand Up @@ -103,7 +103,7 @@ pytest-gpu:
# test multi precision
pytest tests -svv -n0 --use_gpu \
--key-cache "${KEY_CACHE_DIRECTORY}" \
-m "${PYTEST_MARKERS} minimal"
-m minimal

benchmark:
eval $(shell make silent_cp_activate)
Expand Down

0 comments on commit 570e05c

Please sign in to comment.