diff --git a/.github/workflows/concrete_python_test_macos.yml b/.github/workflows/concrete_python_test_macos.yml index d3bc0ee46..f85bfb825 100644 --- a/.github/workflows/concrete_python_test_macos.yml +++ b/.github/workflows/concrete_python_test_macos.yml @@ -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 diff --git a/frontends/concrete-python/Makefile b/frontends/concrete-python/Makefile index 5995bf2ca..f92eaf324 100644 --- a/frontends/concrete-python/Makefile +++ b/frontends/concrete-python/Makefile @@ -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) @@ -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)