Skip to content

Commit b91bce4

Browse files
committed
Correct some github action syntax bugs
1 parent 9912138 commit b91bce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
show: all
137137

138138
- name: Upload to Coveralls
139-
if: ${ matrix.os == 'ubuntu-latest' matrix.toolchain.compiler == 'gcc' && matrix.build == 'opt' && python-version == '3.12' }
139+
if: ${{ matrix.os == 'ubuntu-latest' && matrix.toolchain.compiler == 'gcc' && matrix.build == 'opt' && matrix.python-version == '3.12' }}
140140
run: |
141141
cd ${CLAW}/pyclaw
142142
ls -l .coverage

0 commit comments

Comments
 (0)