Skip to content

Commit 80efb76

Browse files
committed
Install dev dependencies for CI tests
1 parent 0e106d0 commit 80efb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install pipenv
27-
pipenv install --dev
27+
pipenv install --dev --skip-lock
2828
- name: Check code format
2929
run: |
3030
pipenv run yapf -dr .

0 commit comments

Comments
 (0)