Skip to content

Commit

Permalink
Update gt4py version (C2SM#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
edopao authored Mar 22, 2024
1 parent 209d384 commit 632bbbd
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 @@ -24,6 +24,7 @@ class PyGt4py(PythonPackage):
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)
version('1.0.3.5', tag='icon4py_20240322', 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 @@ -646,6 +646,9 @@ def test_install_version_1_0_3_3(self):
def test_install_version_1_0_3_4(self):
spack_install_and_test('py-gt4py @1.0.3.4')

def test_install_version_1_0_3_5(self):
spack_install_and_test('py-gt4py @1.0.3.5')


class PyHatchlingTest(unittest.TestCase):

Expand Down

0 comments on commit 632bbbd

Please sign in to comment.