Skip to content

Commit b4154ae

Browse files
mark FIXME for previous commit
1 parent c42030f commit b4154ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/geophires_x_tests/test_economics_sam.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ def test_multiple_construction_years(self):
229229
except AssertionError as ae:
230230
# if sys.version_info < (3, 9):
231231
if self._is_github_actions():
232-
# https://github.com/softwareengineerprogrammer/GEOPHIRES/actions/runs/19646240874/job/56262028512#step:5:344
232+
# FIXME - see
233+
# https://github.com/softwareengineerprogrammer/GEOPHIRES/actions/runs/19646240874/job/56262028512#step:5:344
233234
_log.warning(
234235
f'WARNING: Skipping assertion in GitHub Actions '
235236
f'for Python {sys.version_info.major}.{sys.version_info.minor}'

0 commit comments

Comments
 (0)