Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Dec 31, 2024
1 parent b1a67d2 commit f6ff79a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/concrete_python_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ jobs:
set -e
export COMPILER_BUILD_DIRECTORY=/compiler-artifacts
cd /concrete/frontends/concrete-python
make venv
source .venv/bin/activate
export KEY_CACHE_DIRECTORY=./key-set-cache
mkdir $KEY_CACHE_DIRECTORY
Expand Down Expand Up @@ -270,6 +271,7 @@ jobs:
set -e
export COMPILER_BUILD_DIRECTORY=/compiler-artifacts
cd /concrete/frontends/concrete-python
make venv
source .venv/bin/activate
make test-notebooks
- name: Slack Notification
Expand Down

0 comments on commit f6ff79a

Please sign in to comment.