Skip to content

Commit 227c23b

Browse files
committed
Fix github actions
1 parent 7b02c06 commit 227c23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install ruff unittest
23+
pip install ruff
2424
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2525
2626
- name: Lint

0 commit comments

Comments
 (0)