Skip to content

Commit 44cc683

Browse files
committed
Fix PYTHONPATH for PTtools reference data generation
1 parent ac2cd75 commit 44cc683

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
run: numba --sysinfo | tee numba-sysinfo.txt
5757
- name: Generate PTtools reference data
5858
run: python3 -c "from pttools.bubble.fluid_reference import ref; ref()"
59+
env:
60+
PYTHONPATH: ${{ github.workspace }}/pttools
5961
- name: Run tests
6062
run: python3 ./msc2-python/figures.py
6163
env:

0 commit comments

Comments
 (0)