-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated icon4py and gt4py tags (#999)
- Loading branch information
1 parent
c77a581
commit 19b45f4
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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']) | ||
@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}') | ||
|
||
|
@@ -228,8 +228,8 @@ 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') | ||
def test_install_py_icon4py_version_0_0_13(devirt_env): | ||
spack_install('py-icon4py @ 0.0.13 %gcc ^[email protected].9') | ||
|
||
|
||
@pytest.mark.py_hatchling | ||
|