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 7a2c805 commit fd2bf92Copy full SHA for fd2bf92
.github/workflows/pytest.yml
@@ -38,8 +38,9 @@ jobs:
38
fi
39
echo PATH=$PATH >> $GITHUB_ENV
40
uv pip install -r requirements/requirements-${{ matrix.os }}-${{ matrix.python-version }}.txt
41
- - name: Install test requirements
42
- run: uv pip install -e .[test]
+ uv pip install -e .[test]
+ # - name: Install test requirements
43
+ # run:
44
- name: Run tests
45
run: |
46
uv run pytest tests/
0 commit comments