Skip to content

Commit ffc9369

Browse files
author
Lorenz Kästle
committed
Fix c&p error in CI file
1 parent d8f33a7 commit ffc9369

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v6
1515
- name: Install dependencies
1616
run: |
17-
python -m pip install -r requirements.txt -r requirements-dev.txt
17+
python -m pip install -r requirements.txt
1818
- name: Lint
1919
run: |
2020
make lint

0 commit comments

Comments
 (0)