Skip to content

Commit

Permalink
Update test_python_versions for macos support.
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed Sep 19, 2024
1 parent dea8d96 commit e8b9c4e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cf_units/tests/test_coding_standards.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,7 @@ def test_python_versions():
),
(
ci_tests_file,
(
f"#{10*' '}- os: macos-latest\n"
f"#{12*' '}version: py{supported_latest}"
),
(f"os: macos-latest\n" f"{12*' '}version: py{supported_latest}"),
),
]

Expand Down

0 comments on commit e8b9c4e

Please sign in to comment.