Skip to content

Commit

Permalink
fix gt4py version for icon4py 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
halungge committed Nov 28, 2024
1 parent b57078d commit e176b54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ def test_install_py_gt4py_for_version(version):
spack_install(f'py-gt4py @{version}')


@pytest.mark.parametrize("gt4py_version", ['1.0.3.10'])
@pytest.mark.parametrize("version", ['0.0.13', '0.0.14'])
@pytest.mark.parametrize("version, gt4py_version", [('0.0.13', '1.0.3.9'), ('0.0.14', '1.0.3.10')])
def test_install_py_icon4py(version, gt4py_version):
spack_install(f'py-icon4py@{version} ^py-gt4py@{gt4py_version}')

Expand Down

0 comments on commit e176b54

Please sign in to comment.