Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Oct 7, 2024
1 parent 6f2243e commit 0bae30a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/concrete_python_test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ jobs:
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

export COMPILER_BUILD_DIRECTORY=$GITHUB_WORKSPACE/compilers/concrete-compiler/compiler
rm -rf dist && mkdir -p dist
pip wheel -v --no-deps -w dist .
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/concrete_python_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
- name: Create concrete build directory
run: mkdir build
- name: Build concrete-compiler python bindings
uses: addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185 # v3
with:
Expand Down

0 comments on commit 0bae30a

Please sign in to comment.