Skip to content

Commit

Permalink
remove main - test two last versions
Browse files Browse the repository at this point in the history
  • Loading branch information
halungge committed Nov 27, 2024
1 parent 75623b7 commit b57078d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_install_py_gt4py_for_version(version):


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

Expand Down

0 comments on commit b57078d

Please sign in to comment.