From 16efe94c3ee4ff0c9c791086037f392605e72b1a Mon Sep 17 00:00:00 2001 From: youben11 Date: Tue, 24 Dec 2024 12:16:16 +0100 Subject: [PATCH] fix --- .github/workflows/concrete_python_tests_linux.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/concrete_python_tests_linux.yml b/.github/workflows/concrete_python_tests_linux.yml index 1a53926be..e6d09b1d7 100644 --- a/.github/workflows/concrete_python_tests_linux.yml +++ b/.github/workflows/concrete_python_tests_linux.yml @@ -83,13 +83,11 @@ jobs: dnf -y install graphviz graphviz-devel cd /concrete/frontends/concrete-python - make venv + make PYTHON=/opt/python/cp310-cp310/bin/python3.10 venv source .venv/bin/activate - python --version - cd /concrete/compilers/concrete-compiler/compiler - make BUILD_DIR=/build DATAFLOW_EXECUTION_ENABLED=ON CCACHE=ON Python3_EXECUTABLE=$(which python3) python-bindings + make BUILD_DIR=/build DATAFLOW_EXECUTION_ENABLED=ON CCACHE=ON Python3_EXECUTABLE=$(which python) python-bindings echo "Debug: ccache statistics (after the build):" ccache -s