Skip to content

Commit

Permalink
fix py38
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Dec 24, 2024
1 parent 16efe94 commit 7244153
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/concrete_python_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,12 @@ jobs:
rustup toolchain install nightly-2024-09-30
dnf -y install graphviz graphviz-devel
python --version
cd /concrete/frontends/concrete-python
make PYTHON=/opt/python/cp310-cp310/bin/python3.10 venv
# make PYTHON=/opt/python/cp310-cp310/bin/python3.10 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 python) python-bindings
Expand Down Expand Up @@ -127,7 +129,7 @@ jobs:
needs: [build-python-bindings]
runs-on: ubuntu-latest
env:
python-version: "3.10"
python-version: "3.8"
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit 7244153

Please sign in to comment.