Skip to content

Commit 0feaa9b

Browse files
committed
'CI:test'
1 parent 42b1028 commit 0feaa9b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
3838
- name: Install netCDF4 (py38 pinned to avoid source build)
3939
run: |
40-
if "${{ matrix.python-version }}" == "3.8" (
40+
if ("${{ matrix.python-version }}" -eq "3.8") {
4141
python -m pip install "netcdf4<1.7"
42-
) else (
42+
} else {
4343
python -m pip install netcdf4
44-
)
44+
}
4545
4646
- name: Build native extensions (in-place)
4747
run: |

0 commit comments

Comments
 (0)