Commit 9dd56fb 1 parent 6d0c188 commit 9dd56fb Copy full SHA for 9dd56fb
File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 29
29
uses : actions/setup-python@v3
30
30
with :
31
31
python-version : " 3.11"
32
- # - name: Install TeXlive
33
- # run: sudo apt-get update && sudo apt-get install texlive-full texlive-publishers texlive-science latexmk cm-super feynmf
34
32
- name : Install dependencies
35
33
working-directory : ./gammaloop
36
34
run : |
53
51
working-directory : ./gammaloop
54
52
run : |
55
53
source `./bin/gammaloop -show_venv`
56
- python -c "import symbolica; print(symbolica.__file__)"
57
- pwd
58
- ls
59
- ls ..
60
- ls -all python/gammaloop/dependencies/symbolica
61
- ls python/gammaloop/dependencies/venv/lib/python*/*/symbolica/symbolica*.so
62
- python -c 'import symbolica; print(symbolica.__file__); from symbolica import set_license_key; set_license_key("GAMMALOOP_USER")'
63
54
./bin/run_tests.sh python -m "not drawing and not slow"
64
55
- name : Run native rust tests
65
56
working-directory : ./gammaloop
You can’t perform that action at this time.
0 commit comments