Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into slimplify
Browse files Browse the repository at this point in the history
  • Loading branch information
dominichofer committed Sep 11, 2024
2 parents ea872e2 + ed8f9de commit c7edf11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion repo/packages/py-gt4py/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class PyGt4py(PythonPackage):
url = "[email protected]:GridTools/gt4py.git"

version('main', branch='main', git=url)
version('1.0.3.9', tag='icon4py_20240911')
version('1.0.3.8', tag='icon4py_20240711')
version('1.0.3.7', tag='icon4py_20240521')
version('1.0.3.3', tag='icon4py_20240229')
Expand Down
3 changes: 1 addition & 2 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ def test_install_py_gridtools_cpp_install_default():
spack_install('py-gridtools-cpp')


@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.8'])
def test_install_py_gt4py_for_version(version):
spack_install(f'py-gt4py @{version}')

Expand Down

0 comments on commit c7edf11

Please sign in to comment.