Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinHirschi authored Mar 21, 2024
1 parent 48b04be commit 616062a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/symbolica_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
run: |
source `./bin/gammaloop -show_venv`
python -c "import symbolica; print(symbolica.__file__)"
pwd
ls
ls ..
ls -all python/gammaloop/dependencies/symbolica
ls python/gammaloop/dependencies/venv/lib/python*/*/symbolica/symbolica*.so
python -c 'import symbolica; print(symbolica.__file__); from symbolica import set_license_key; set_license_key("GAMMALOOP_USER")'
./bin/run_tests.sh python -m "not drawing and not slow"
- name: Run native rust tests
working-directory: ./gammaloop
Expand Down

0 comments on commit 616062a

Please sign in to comment.