Skip to content

Commit 5dff9aa

Browse files
committed
Fix: CI
1 parent 586fd96 commit 5dff9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python -m pip install --upgrade pip
2727
pip install pylint pycodestyle
2828
- name: Tests
29-
run: python -m unittest tests/creation.py
29+
run: python -m unittest tests/creation.py
3030
- name: Pylint
3131
run: pylint **/*.py --fail-under 8
3232
- name: Pycodestyle

0 commit comments

Comments
 (0)