Skip to content

Commit 9bd72c9

Browse files
authored
Update .github/workflows/test.yml
1 parent e003f3d commit 9bd72c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
- name: Install dependencies
35-
run: pip install -e ".[test]"
35+
run: pip install -e ".[test]"
3636
- name: Check with mypy and ruff
3737
if: ${{ (matrix.python-version == '3.13') && (matrix.os == 'ubuntu-latest') }}
3838
run: |

0 commit comments

Comments
 (0)