Skip to content

Commit

Permalink
More debugging of workflow failure to load mpmath package.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinekitty committed May 30, 2024
1 parent a280e72 commit 3bd2556
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion generate/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@
import re
import os
from itertools import chain

print('test.py: sys.path = [')
for p in sys.path:
print(' ', p)
print(']')

import mpmath

sys.path.append('../source/python')
import astronomy
#from dontrig import xcos, xsin
import mpmath

#-----------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 3bd2556

Please sign in to comment.