Skip to content

Commit 8b9f800

Browse files
committed
chore: fix coverage flow
1 parent dc90878 commit 8b9f800

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@ jobs:
6262

6363
coverage:
6464
name: Coverage
65+
runs-on: ${{ matrix.os }}
6566
strategy:
6667
matrix:
67-
os: [ ubuntu-22.04 ]
68-
python-version: [ 3.12 ]
69-
runs-on: ${{ matrix.os }}
68+
os: [ubuntu-22.04]
69+
python-version: ["3.12"]
70+
pandas: [ "pandas>1.1" ]
71+
numpy: [ "numpy>=1.21" ]
7072

7173
steps:
7274
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)