From 2d3ccec2b011ef1ec9e708a6d7b8abd429b75e77 Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Tue, 22 Oct 2024 16:59:41 +0200 Subject: [PATCH] tst --- .github/workflows/concrete_python_tests_linux.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/concrete_python_tests_linux.yml b/.github/workflows/concrete_python_tests_linux.yml index b2efd4db5f..35448c4374 100644 --- a/.github/workflows/concrete_python_tests_linux.yml +++ b/.github/workflows/concrete_python_tests_linux.yml @@ -108,9 +108,10 @@ jobs: shell: bash run: | set -e + export COMPILER_BUILD_DIRECTORY=/compiler-artifacts-pytest cd /concrete/frontends/concrete-python + make venv source .venv/bin/activate - export COMPILER_BUILD_DIRECTORY=/compiler-artifacts-pytest export KEY_CACHE_DIRECTORY=./key-set-cache mkdir $KEY_CACHE_DIRECTORY make pytest