Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aPere3 committed Dec 16, 2024
1 parent 9e9e03c commit e309edb
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/concrete_python_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,7 @@ jobs:
build-python-bindings:
needs: setup-instance
runs-on: ${{ needs.setup-instance.outputs.runner-name }}
env:
python-version: "3.10"
steps:
- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: ${{ env.python-version }}
- name: Checkout concrete
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
Expand All @@ -86,10 +80,10 @@ jobs:
set -e
rustup toolchain install nightly-2024-09-30
dnf -y install graphviz graphviz-devel
dnf -y install graphviz graphviz-devel python3.12 python3.12-pip
cd /concrete/frontends/concrete-python
make venv
make PYTHON=python3 venv
source .venv/bin/activate
cd /concrete/compilers/concrete-compiler/compiler
Expand Down

0 comments on commit e309edb

Please sign in to comment.