We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c114d1 commit 03fd218Copy full SHA for 03fd218
1 file changed
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
needs: lint
31
strategy:
32
matrix:
33
- python-version: [ "3.10", "3.11" ]
+ python-version: ["3.11"]
34
steps:
35
- uses: actions/checkout@v4
36
- uses: actions/setup-python@v5
@@ -42,7 +42,7 @@ jobs:
42
- name: Install project + test deps
43
run: pip install ".[dev]" pytest pytest-cov
44
- name: Run tests with coverage
45
- run: pytest ./
+ run: pytest
46
- name: Upload coverage to Codecov
47
uses: codecov/codecov-action@v4
48
with:
0 commit comments