Skip to content

Commit 092955b

Browse files
committed
fix requirements-dev.txt install requirements.txt
1 parent 83d6713 commit 092955b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/pull-request-merge-precondition.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- name: install dependencies
3333
run: |
3434
python -m pip install --upgrade pip
35-
pip install -r requirements.txt
3635
pip install -r requirements-dev.txt
3736
pip install pytest-cov
3837

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-r requirements.txt
12
black
23
isort
34
pytest

0 commit comments

Comments
 (0)