Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Oct 23, 2024
1 parent 2d3ccec commit 07dec48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/concrete_python_test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: concrete-python tests macos
on:
workflow_dispatch:
pull_request:
path:
paths:
- .github/workflows/concrete_python_tests_macos.yml
push:
branches:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/concrete_python_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ jobs:
set -e
export COMPILER_BUILD_DIRECTORY=/compiler-artifacts-pytest
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 @@ -151,9 +150,9 @@ jobs:
shell: bash
run: |
set -e
export COMPILER_BUILD_DIRECTORY=/compiler-artifacts-pytest
cd /concrete/frontends/concrete-python
source .venv/bin/activate
export COMPILER_BUILD_DIRECTORY=/compiler-artifacts-pytest
make test-notebooks
# - name: Slack notification
# if: ${{ failure() }} && github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 07dec48

Please sign in to comment.