From b84a70b83f5b5e99c1eeeabe5c775079b3f0c75e Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Fri, 29 Nov 2024 14:44:53 +0100 Subject: [PATCH] chore(ci): Fix macos notebook test --- .github/workflows/concrete_python_test_macos.yml | 1 + 1 file changed, 1 insertion(+) 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