Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Dec 24, 2024
1 parent a0d44ea commit 16efe94
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/concrete_python_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16efe94

Please sign in to comment.