We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9912138 commit b91bce4Copy full SHA for b91bce4
.github/workflows/testing.yml
@@ -136,7 +136,7 @@ jobs:
136
show: all
137
138
- name: Upload to Coveralls
139
- if: ${ matrix.os == 'ubuntu-latest' matrix.toolchain.compiler == 'gcc' && matrix.build == 'opt' && python-version == '3.12' }
+ if: ${{ matrix.os == 'ubuntu-latest' && matrix.toolchain.compiler == 'gcc' && matrix.build == 'opt' && matrix.python-version == '3.12' }}
140
run: |
141
cd ${CLAW}/pyclaw
142
ls -l .coverage
0 commit comments