Skip to content

Commit 898675d

Browse files
ThiefMasterMerinorus
authored andcommitted
Fix pytest ruff parameter in CI
1 parent 72668e5 commit 898675d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
pip install -r requirements/test.txt
4242
- name: Run tests and check code format
4343
run: |
44-
python3 -m pytest -ruff --ruff-format
44+
python3 -m pytest --ruff --ruff-format

0 commit comments

Comments
 (0)