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 e8cf04a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/concrete_python_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
echo "Debug: ccache statistics (after the build):"
ccache -s
ls -R build/tools/concretelang/python_packages/concretelang_core/
- name: Upload concrete-compiler python-bindings
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
Expand Down Expand Up @@ -113,6 +115,8 @@ jobs:
source .venv/bin/activate
export KEY_CACHE_DIRECTORY=./key-set-cache
mkdir $KEY_CACHE_DIRECTORY
echo "DEBUG env"
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 e8cf04a

Please sign in to comment.