Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Oct 23, 2024
1 parent e53e9f1 commit 43cc263
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/concrete_python_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
source .venv/bin/activate
export KEY_CACHE_DIRECTORY=./key-set-cache
mkdir $KEY_CACHE_DIRECTORY
make debug
make pytest
# - name: Slack notification
# if: ${{ failure() }} && github.ref == 'refs/heads/main'
Expand Down
6 changes: 6 additions & 0 deletions frontends/concrete-python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ tfhers-utils:

pytest: pytest-default

debug:
echo "Printing environment"
env
echo "ls -R ${BINDINGS_DIRECTORY}"
ls -R ${BINDINGS_DIRECTORY}

pytest-default: tfhers-utils
eval $(shell make silent_cp_activate)
pytest tests -svv -n auto \
Expand Down

0 comments on commit 43cc263

Please sign in to comment.