We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2cd75 commit 44cc683Copy full SHA for 44cc683
.github/workflows/main.yml
@@ -56,6 +56,8 @@ jobs:
56
run: numba --sysinfo | tee numba-sysinfo.txt
57
- name: Generate PTtools reference data
58
run: python3 -c "from pttools.bubble.fluid_reference import ref; ref()"
59
+ env:
60
+ PYTHONPATH: ${{ github.workspace }}/pttools
61
- name: Run tests
62
run: python3 ./msc2-python/figures.py
63
env:
0 commit comments