From 6e8d90b49e995285b522092bbaba13d98b7fffef Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 3 Sep 2024 12:27:27 +0000 Subject: [PATCH] GitHub Action: Apply Pep8-formatting --- test/system_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/system_test.py b/test/system_test.py index 1752a16f8b..1d6c9a6603 100644 --- a/test/system_test.py +++ b/test/system_test.py @@ -212,7 +212,8 @@ 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.8', '1.0.3.9']) def test_install_py_gt4py_for_version(version, devirt_env): spack_install(f'py-gt4py @{version}')