Skip to content

Commit

Permalink
added more things for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nfarabullini committed Sep 3, 2024
1 parent 4514f15 commit bab0b3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions repos/c2sm/packages/py-icon4py/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class PyIcon4py(PythonPackage):
version('0.0.10', tag='v0.0.10', git=git)
version('0.0.11', tag='v0.0.11', git=git)
version('0.0.12', tag='v0.0.12', git=git)
version('0.0.13', tag='v0.0.13', git=git)

depends_on('py-wheel', type='build')
depends_on('py-setuptools', type='build')
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.8', '1.0.3.9'])
@pytest.mark.parametrize("version", ['1.0.3.3', '1.0.3.7', '1.0.3.9'])
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].8')
spack_install('py-icon4py @ 0.0.12 %gcc ^[email protected].9')


@pytest.mark.py_hatchling
Expand Down

0 comments on commit bab0b3e

Please sign in to comment.