Skip to content

Commit

Permalink
Revert "new gt4py tag (#994)" (#997)
Browse files Browse the repository at this point in the history
This reverts commit b152ee3.
  • Loading branch information
dominichofer committed Sep 11, 2024
1 parent b152ee3 commit ed8f9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion repos/c2sm/packages/py-gt4py/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class PyGt4py(PythonPackage):
version('1.0.3.3', tag='icon4py_20240229', git=url)
version('1.0.3.7', tag='icon4py_20240521', git=url)
version('1.0.3.8', tag='icon4py_20240711', git=url)
version('1.0.3.9', tag='icon4py_20240911', git=url)

maintainers = ['samkellerhals']

Expand Down
4 changes: 2 additions & 2 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def test_py_gridtools_cpp_install_default(devirt_env):


@pytest.mark.py_gt4py
@pytest.mark.parametrize("version", ['1.0.3.3', '1.0.3.7', '1.0.3.9'])
@pytest.mark.parametrize("version", ['1.0.3.3', '1.0.3.7', '1.0.3.8'])
def test_install_py_gt4py_for_version(version, devirt_env):
spack_install(f'py-gt4py @{version}')

Expand All @@ -229,7 +229,7 @@ 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 ^[email protected].9')
spack_install('py-icon4py @ 0.0.12 %gcc ^[email protected].8')


@pytest.mark.py_hatchling
Expand Down

0 comments on commit ed8f9de

Please sign in to comment.