Skip to content

Commit b72b880

Browse files
author
Lorenz Kästle
committed
Revert "Fix c&p error in CI file"
This reverts commit ffc9369.
1 parent ffc9369 commit b72b880

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
17+
python -m pip install -r requirements.txt -r requirements-dev.txt
1818
- name: Lint
1919
run: |
2020
make lint

0 commit comments

Comments
 (0)