Skip to content

Commit 86deb70

Browse files
committed
Install dev dependencies during CI
1 parent 1d29e98 commit 86deb70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install pipenv
30-
pipenv install
30+
pipenv install --dev
3131
- name: Lint with Pylint
3232
run: |
3333
pipenv run pylint msgraphcore --disable=W --rcfile=.pylintrc

0 commit comments

Comments
 (0)