Skip to content

Commit 590ea00

Browse files
committed
fix matrix.python-version conditional
1 parent e3bb264 commit 590ea00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
make install
4949
5050
- name: Check python packages
51-
if: matrix.python-version == "3.12"
51+
if: ${{ matrix.python-version == '3.12' }}
5252
run: |
5353
make check-py
5454

0 commit comments

Comments
 (0)