Skip to content

Commit

Permalink
GitHub Action: Apply Pep8-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 20, 2024
1 parent 65eafb1 commit 23b6776
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,9 +515,7 @@ def test_install_version(version, devirt_env):

@pytest.mark.py_gt4py
@pytest.mark.no_tsa # Irrelevant
@pytest.mark.parametrize("version", [
'1.0.3.3','1.0.3.6','1.0.3.7'
])
@pytest.mark.parametrize("version", ['1.0.3.3', '1.0.3.6', '1.0.3.7'])
def test_install_py_gt4py_for_version(version, devirt_env):
spack_install_and_test(f'py-gt4py @{version}')

Expand Down

0 comments on commit 23b6776

Please sign in to comment.