Skip to content

Commit 03fd218

Browse files
committed
Update CI
1 parent 8c114d1 commit 03fd218

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
needs: lint
3131
strategy:
3232
matrix:
33-
python-version: [ "3.10", "3.11" ]
33+
python-version: ["3.11"]
3434
steps:
3535
- uses: actions/checkout@v4
3636
- uses: actions/setup-python@v5
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install project + test deps
4343
run: pip install ".[dev]" pytest pytest-cov
4444
- name: Run tests with coverage
45-
run: pytest ./
45+
run: pytest
4646
- name: Upload coverage to Codecov
4747
uses: codecov/codecov-action@v4
4848
with:

0 commit comments

Comments
 (0)