Skip to content

Commit e192eda

Browse files
committed
fix: workflow
1 parent 3c452b2 commit e192eda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python -m pip install --upgrade poetry
2828
python -m pip install --upgrade tox
2929
python -m pip install flake8
30-
python -m poetry install --with test
30+
python -m poetry install --with dev
3131
- name: Lint with flake8
3232
run: |
3333
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)