Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Dec 24, 2024
1 parent 1393618 commit a0d44ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/concrete_python_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,14 @@ jobs:
set -e
rustup toolchain install nightly-2024-09-30
dnf -y install graphviz graphviz-devel python3.12 python3.12-pip
pip3 install numpy
dnf -y install graphviz graphviz-devel
cd /concrete/frontends/concrete-python
make PYTHON=python3 venv
make 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
Expand Down

0 comments on commit a0d44ea

Please sign in to comment.