Skip to content

Commit 3d63b11

Browse files
committed
chore: fix identation
1 parent 9e7eec1 commit 3d63b11

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
name: Tests | python ${{ matrix.python-version }}, ${{ matrix.os }}, ${{ matrix.pandas }}, ${{ matrix.numpy }}
1616
runs-on: ${{ matrix.os }}
1717
strategy:
18-
matrix:
19-
os: [ ubuntu-22.04 ]
20-
python-version: ["3.9", "3.10", "3.11", "3.12" ]
21-
pandas: [ "pandas>1.1" ]
22-
numpy: [ "numpy>=1.21" ]
18+
matrix:
19+
os: [ ubuntu-22.04 ]
20+
python-version: ["3.9", "3.10", "3.11", "3.12" ]
21+
pandas: [ "pandas>1.1" ]
22+
numpy: [ "numpy>=1.21" ]
2323

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

0 commit comments

Comments
 (0)