From 07dec48a46878a3e0ed71d2dcbf565795b3b85d7 Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Wed, 23 Oct 2024 09:56:13 +0200 Subject: [PATCH] test --- .github/workflows/concrete_python_test_macos.yml | 2 +- .github/workflows/concrete_python_tests_linux.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/concrete_python_test_macos.yml b/.github/workflows/concrete_python_test_macos.yml index 14e22d48b..b41a88a16 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 35448c437..fda314234 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'