Skip to content

Commit

Permalink
chore(ci): remove capnp installation now available in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 authored Mar 4, 2025
1 parent 5b2a035 commit 92d4e4c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/concrete_python_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,15 +239,6 @@ jobs:
shell: bash
run: |
set -e
# install capnp
curl -O https://capnproto.org/capnproto-c++-1.1.0.tar.gz
tar zxf capnproto-c++-1.1.0.tar.gz
cd capnproto-c++-1.1.0
./configure
make -j6 check
make install
export COMPILER_BUILD_DIRECTORY=/compiler-artifacts
cd /concrete/frontends/concrete-python
make venv
Expand Down

0 comments on commit 92d4e4c

Please sign in to comment.