Skip to content

Commit aeca3b0

Browse files
committed
Rename dev to lint requirements
1 parent e4e970a commit aeca3b0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v2
1919
- name: Install dev dependencies
20-
run: pip install -r requirements/dev_requirements.txt
20+
run: pip install -r requirements/lint.txt
2121
- name: Check order of Python imports
2222
run: isort --check-only --diff --quiet .
2323
- name: Check formatting of Python files
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
black==19.10b0
22
isort==5.6.4
3-

0 commit comments

Comments
 (0)