We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738a3a4 commit 6d4a08fCopy full SHA for 6d4a08f
1 file changed
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Install dependencies
31
run: |
32
- pipenv install --dev
+ pipenv install --dev --python ${{ matrix.python-version }}
33
34
- name: Lint with ruff
35
0 commit comments