We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e003f3d commit 9bd72c9Copy full SHA for 9bd72c9
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
python-version: ${{ matrix.python-version }}
34
- name: Install dependencies
35
- run: pip install -e ".[test]"
+ run: pip install -e ".[test]"
36
- name: Check with mypy and ruff
37
if: ${{ (matrix.python-version == '3.13') && (matrix.os == 'ubuntu-latest') }}
38
run: |
0 commit comments