Skip to content

Commit 7f466a1

Browse files
committed
add dev-requirements.txt
1 parent 2d3452b commit 7f466a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install -r requirements.txt
26+
pip install -r dev-requirements.txt
2627
pip install -r tests/test-requirements.txt
2728
- name: Lint
2829
run: ./scripts/lint.sh

0 commit comments

Comments
 (0)