Skip to content

Commit 9595728

Browse files
committed
Add newline at end of GHA test config
1 parent ba74b80 commit 9595728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ jobs:
7575
path: .tox
7676
key: tox-cache-${{ matrix.tox-environment }}-${{ hashFiles('tox.ini', 'dev-requirements.txt') }}
7777
- name: run tox
78-
run: tox -e ${{ matrix.tox-environment }}
78+
run: tox -e ${{ matrix.tox-environment }}

0 commit comments

Comments
 (0)