From c771b3679365c61563e25f49accf86484c5107c7 Mon Sep 17 00:00:00 2001 From: Nicoletta Farabullini <41536517+nfarabullini@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:46:17 +0200 Subject: [PATCH] updated tag --- test/system_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/system_test.py b/test/system_test.py index 2925c611e4..32af43a6b3 100644 --- a/test/system_test.py +++ b/test/system_test.py @@ -228,8 +228,8 @@ def test_install_py_icon4py_version_0_0_11(devirt_env): @pytest.mark.py_icon4py -def test_install_py_icon4py_version_0_0_12(devirt_env): - spack_install('py-icon4py @ 0.0.12 %gcc ^py-gt4py@1.0.3.9') +def test_install_py_icon4py_version_0_0_13(devirt_env): + spack_install('py-icon4py @ 0.0.13 %gcc ^py-gt4py@1.0.3.9') @pytest.mark.py_hatchling