Skip to content

Commit

Permalink
Update gt4py version (C2SM#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
edopao authored Mar 20, 2024
1 parent 60f06ac commit 209d384
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions repos/c2sm/packages/py-gt4py/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class PyGt4py(PythonPackage):
version('1.0.3.1', tag='icon4py_20240214', git=url)
version('1.0.3.2', tag='icon4py_20240226', git=url)
version('1.0.3.3', tag='icon4py_20240229', git=url)
version('1.0.3.4', tag='icon4py_20240320', git=url)

maintainers = ['samkellerhals']

Expand Down
3 changes: 3 additions & 0 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,9 @@ def test_install_version_1_0_3_2(self):
def test_install_version_1_0_3_3(self):
spack_install_and_test('py-gt4py @1.0.3.3')

def test_install_version_1_0_3_4(self):
spack_install_and_test('py-gt4py @1.0.3.4')


class PyHatchlingTest(unittest.TestCase):

Expand Down

0 comments on commit 209d384

Please sign in to comment.