Skip to content

Commit 9dd56fb

Browse files
CI test should be successful now
1 parent 6d0c188 commit 9dd56fb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/symbolica_tests.yml

-9
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
uses: actions/setup-python@v3
3030
with:
3131
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
3432
- name: Install dependencies
3533
working-directory: ./gammaloop
3634
run: |
@@ -53,13 +51,6 @@ jobs:
5351
working-directory: ./gammaloop
5452
run: |
5553
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")'
6354
./bin/run_tests.sh python -m "not drawing and not slow"
6455
- name: Run native rust tests
6556
working-directory: ./gammaloop

0 commit comments

Comments
 (0)