Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Oct 4, 2024
1 parent 009c6da commit 94cb421
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/concrete_python_test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,14 @@ jobs:
pip install -r requirements.dev.txt
pip install -r requirements.txt
- name: Build concrete-compiler python-bindings
run: |
$GITHUB_WORKSPACE/frontends/concrete-python .venv/bin/activate
cd $GITHUB_WORKSPACE/compilers/concrete-compiler/compiler
ccache -z
make Python3_EXECUTABLE=$(which python) python-bindings
ccache -s
- name: Create wheels
run: |
$GITHUB_WORKSPACE/frontends/concrete-python .venv/bin/activate
cd $GITHUB_WORKSPACE/frontends/concrete-python
Expand Down

0 comments on commit 94cb421

Please sign in to comment.