Skip to content

Commit e9287f3

Browse files
committed
ignore lock file
1 parent 99e1a31 commit e9287f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
submodules : true
2626

2727
- name: Install python environment
28-
run: pipenv install --dev --python ${{ matrix.python_version }}
28+
run: |
29+
pipenv install --dev --skip-lock --python ${{ matrix.python_version }}
2930
3031
- name: Run CI
3132
env:

0 commit comments

Comments
 (0)