Skip to content

Commit

Permalink
Add newline at the end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 10, 2024
1 parent 1a107bc commit e39b90f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "generate_contrib_workflows"
dynamic = ["version"]
description = "A package to get contrib job information"
description = "A package to generate contrib workflows"
license = "Apache-2.0"
requires-python = ">=3.8"
authors = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,4 @@ def generate_contrib_workflows():
jobs=get_test_jobs(tox_ini_path)
)
)
test_yml_file.write("\n")
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7895,4 +7895,4 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e pypy3-test-util-http -- -ra
run: tox -e pypy3-test-util-http -- -ra

0 comments on commit e39b90f

Please sign in to comment.