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