We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77bff2a commit 0e2f404Copy full SHA for 0e2f404
.github/workflows/coverage.yml
@@ -35,9 +35,6 @@ jobs:
35
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.python-version }}
36
create-symlink: true
37
- uses: rui314/setup-mold@v1
38
- - uses: actions/setup-python@v5
39
- with:
40
- python-version: "3.12"
41
- run: pip install nox
42
- run: nox -s cov
43
- uses: AndreMiras/coveralls-python-action@develop
0 commit comments