Skip to content

Commit dc90878

Browse files
committed
chore: update coverage
1 parent 6376612 commit dc90878

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ jobs:
6161
- run: make test
6262

6363
coverage:
64-
name: Coverage | python ${{ matrix.python-version }}, ${{ matrix.os }}, ${{ matrix.pandas }}, ${{ matrix.numpy }}
65-
runs-on: ${{ matrix.os }}
64+
name: Coverage
6665
strategy:
6766
matrix:
6867
os: [ ubuntu-22.04 ]
6968
python-version: [ 3.12 ]
69+
runs-on: ${{ matrix.os }}
7070

7171
steps:
7272
- uses: actions/checkout@v4
@@ -122,14 +122,13 @@ jobs:
122122
- run: make test_cov
123123
- run: codecov -F py${{ matrix.python-version }}-${{ matrix.os }}-${{ matrix.pandas }}-${{ matrix.numpy }}
124124

125-
126125
test_spark:
127126
runs-on: ${{ matrix.os }}
128127
continue-on-error: True
129128
strategy:
130129
matrix:
131130
os: [ ubuntu-22.04 ]
132-
python-version: [3.9]
131+
python-version: [3.8]
133132
pandas: ["pandas>1.1"]
134133
spark: ["3.0.1"]
135134
hadoop: [ 2.7 ]

0 commit comments

Comments
 (0)