Skip to content

Commit 6376612

Browse files
committed
chore: identation
1 parent 019ce1b commit 6376612

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
name: Tests
1616
strategy:
1717
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" ]
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" ]
2222
runs-on: ${{ matrix.os }}
2323

2424
steps:

0 commit comments

Comments
 (0)