Skip to content

Commit 2fddde9

Browse files
committed
CI fixes
1 parent e0043ee commit 2fddde9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
uses: actions/checkout@v4
104104

105105
- name: Setup Python
106-
if: !matrix.nopython
106+
if: matrix.nopython != 'true'
107107
uses: actions/setup-python@v5
108108
with:
109109
python-version: "3.12"

0 commit comments

Comments
 (0)