Skip to content

Commit 10c8079

Browse files
committed
feat: change main github action install method
1 parent 961fac3 commit 10c8079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install build flake8 pytest
23-
if [ -f requirements.dev.txt ]; then pip install -r requirements.dev.txt; fi
23+
pip install .[test]
2424
2525
- name: Lint with flake8
2626
run: |

0 commit comments

Comments
 (0)