diff --git a/.github/workflows/concrete_python_test_macos.yml b/.github/workflows/concrete_python_test_macos.yml index 14e22d48bf..b41a88a16a 100644 --- a/.github/workflows/concrete_python_test_macos.yml +++ b/.github/workflows/concrete_python_test_macos.yml @@ -2,7 +2,7 @@ name: concrete-python tests macos on: workflow_dispatch: pull_request: - path: + paths: - .github/workflows/concrete_python_tests_macos.yml push: branches: diff --git a/.github/workflows/concrete_python_tests_linux.yml b/.github/workflows/concrete_python_tests_linux.yml index 35448c4374..fda314234f 100644 --- a/.github/workflows/concrete_python_tests_linux.yml +++ b/.github/workflows/concrete_python_tests_linux.yml @@ -110,7 +110,6 @@ jobs: set -e export COMPILER_BUILD_DIRECTORY=/compiler-artifacts-pytest cd /concrete/frontends/concrete-python - make venv source .venv/bin/activate export KEY_CACHE_DIRECTORY=./key-set-cache mkdir $KEY_CACHE_DIRECTORY @@ -151,9 +150,9 @@ jobs: shell: bash run: | set -e + export COMPILER_BUILD_DIRECTORY=/compiler-artifacts-pytest cd /concrete/frontends/concrete-python source .venv/bin/activate - export COMPILER_BUILD_DIRECTORY=/compiler-artifacts-pytest make test-notebooks # - name: Slack notification # if: ${{ failure() }} && github.ref == 'refs/heads/main'