Skip to content

Commit

Permalink
fix(ci): Macos python test
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Nov 14, 2024
1 parent 4a7b2f1 commit ba2e84c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/concrete_python_test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ jobs:
pip install -r requirements.txt
- name: Build concrete-compiler python-bindings
run: |
${{ github.workspace }}/frontends/concrete-python .venv/bin/activate
. ${{ 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
. ${{ github.workspace }}/frontends/concrete-python/.venv/bin/activate
cd ${{ github.workspace }}/frontends/concrete-python
export COMPILER_BUILD_DIRECTORY=${{ github.workspace }}/compilers/concrete-compiler/compiler
Expand Down

0 comments on commit ba2e84c

Please sign in to comment.