Skip to content

Commit 019ce1b

Browse files
committed
chore: fix yml file
1 parent 3d63b11 commit 019ce1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ env:
1212

1313
jobs:
1414
test:
15-
name: Tests | python ${{ matrix.python-version }}, ${{ matrix.os }}, ${{ matrix.pandas }}, ${{ matrix.numpy }}
16-
runs-on: ${{ matrix.os }}
15+
name: Tests
1716
strategy:
1817
matrix:
1918
os: [ ubuntu-22.04 ]
2019
python-version: ["3.9", "3.10", "3.11", "3.12" ]
2120
pandas: [ "pandas>1.1" ]
2221
numpy: [ "numpy>=1.21" ]
22+
runs-on: ${{ matrix.os }}
2323

2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)