Skip to content

Commit 0532c7d

Browse files
authored
Update test.yml
1 parent 6a30aff commit 0532c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
on
2+
on:
33
# Trigger the workflow on push or pull request,
44
# but only for the main branch
55
push:
@@ -25,4 +25,4 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- run: pip install --upgrade tox
28-
- run: tox
28+
- run: tox

0 commit comments

Comments
 (0)