There was an error while loading. Please reload this page.
2 parents 0fce3be + e95acc6 commit 688969fCopy full SHA for 688969f
1 file changed
.github/workflows/build.yml
@@ -26,6 +26,7 @@ jobs:
26
- run: nix profile install nixpkgs#devenv
27
- run: LC_ALL=en_US.UTF-8 make devenv-test devenv-coverage devenv-docs PYTHON=${{ matrix.python }} SPHINX=${{ matrix.sphinx }}
28
- uses: coverallsapp/github-action@v2
29
+ if: matrix.python == 'python314' && matrix.sphinx == '8.2.3'
30
with:
31
debug: true
32
format: cobertura
0 commit comments