Skip to content

Commit

Permalink
fix(ci): use python3.10 for docs checking
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Dec 26, 2024
1 parent 561378b commit 263ad60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/concrete_python_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
dnf -y install graphviz graphviz-devel
cd /concrete/frontends/concrete-python
make venv
make PYTHON=/opt/python/cp310-cp310/bin/python venv
source .venv/bin/activate
cd /concrete/compilers/concrete-compiler/compiler
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
needs: [build-python-bindings]
runs-on: ubuntu-latest
env:
python-version: "3.8"
python-version: "3.10"
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit 263ad60

Please sign in to comment.