Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Valentino authored and Antonio Valentino committed Jul 16, 2024
1 parent 7435a92 commit 5df4822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
import os, sys, epr, numpy as np;\
print('PyEPR: %s' % epr.__version__);\
print('PyEPR: %s' % epr.__file__);\
d=os.dirname(epr.__file__);\
d=os.path.dirname(epr.__file__);\
print('d: %s' %d);\
print(os.listdir(d));\
print('EPR API: %s' % epr.EPR_C_API_VERSION);\
Expand Down

0 comments on commit 5df4822

Please sign in to comment.