Skip to content

Commit

Permalink
add gt4py version to icon4py system test
Browse files Browse the repository at this point in the history
  • Loading branch information
halungge committed Nov 27, 2024
1 parent 2d0afa3 commit 34cb196
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,10 @@ def test_install_py_gt4py_for_version(version):
spack_install(f'py-gt4py @{version}')


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


def test_install_py_hatchling_default():
Expand Down

0 comments on commit 34cb196

Please sign in to comment.