Skip to content

Commit 6d4a08f

Browse files
committed
fix ci
1 parent 738a3a4 commit 6d4a08f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Install dependencies
3131
run: |
32-
pipenv install --dev
32+
pipenv install --dev --python ${{ matrix.python-version }}
3333
3434
- name: Lint with ruff
3535
run: |

0 commit comments

Comments
 (0)