Skip to content

Commit 29341a8

Browse files
added dev requirement file
1 parent 59e88d8 commit 29341a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Install Dependencies
1010
run: |
1111
python -m pip install --upgrade pip
12-
pip install -r requirements.txt
12+
pip install -r requirements-dev.txt
1313
- name: Run linting tools
1414
run: |
1515
cd app/

0 commit comments

Comments
 (0)