We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 019ce1b commit 6376612Copy full SHA for 6376612
1 file changed
.github/workflows/tests.yml
@@ -15,10 +15,10 @@ jobs:
15
name: Tests
16
strategy:
17
matrix:
18
- os: [ ubuntu-22.04 ]
19
- python-version: ["3.9", "3.10", "3.11", "3.12" ]
20
- pandas: [ "pandas>1.1" ]
21
- numpy: [ "numpy>=1.21" ]
+ os: [ ubuntu-22.04 ]
+ python-version: ["3.9", "3.10", "3.11", "3.12" ]
+ pandas: [ "pandas>1.1" ]
+ numpy: [ "numpy>=1.21" ]
22
runs-on: ${{ matrix.os }}
23
24
steps:
0 commit comments