Skip to content

Commit 0f7186f

Browse files
committed
fix: coverage-combine
1 parent 0240bc3 commit 0f7186f

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,13 @@ jobs:
7676
needs:
7777
- test
7878
runs-on: ubuntu-latest
79-
strategy:
80-
matrix:
81-
python-version:
82-
- "3.7"
83-
- "3.8"
84-
- "3.9"
85-
- "3.10"
86-
- "3.11"
87-
fail-fast: false
8879

8980
steps:
9081
- uses: actions/checkout@v4
9182

9283
- uses: actions/setup-python@v4
9384
with:
94-
python-version: ${{ matrix.python-version }}
85+
python-version: '3.8'
9586

9687
- name: Get coverage files
9788
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)