We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc90878 commit 8b9f800Copy full SHA for 8b9f800
1 file changed
.github/workflows/tests.yml
@@ -62,11 +62,13 @@ jobs:
62
63
coverage:
64
name: Coverage
65
+ runs-on: ${{ matrix.os }}
66
strategy:
67
matrix:
- os: [ ubuntu-22.04 ]
68
- python-version: [ 3.12 ]
69
- runs-on: ${{ matrix.os }}
+ os: [ubuntu-22.04]
+ python-version: ["3.12"]
70
+ pandas: [ "pandas>1.1" ]
71
+ numpy: [ "numpy>=1.21" ]
72
73
steps:
74
- uses: actions/checkout@v4
0 commit comments