Skip to content

Commit

Permalink
test wheel [pypi]
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Aug 18, 2024
1 parent 0df4d90 commit 58eacf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions camb/_compilers.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def check_gfortran(version=gfortran_min, msg=False, retry=False):
try:
ok = parse_version(version) <= parse_version(gfortran_version)
except ValueError:
print('Unknown gfortran version: %s' % gfortran_version)
ok = True
else:
ok = False
Expand Down

0 comments on commit 58eacf1

Please sign in to comment.