We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7eb60 commit 3573a51Copy full SHA for 3573a51
.github/workflows/coverage.yml
@@ -37,6 +37,6 @@ jobs:
37
- uses: actions/setup-python@v5
38
with:
39
python-version: "3.12"
40
- - run: python3 -m pip install --system nox
+ - run: python3 -m pip install nox
41
- run: nox -s cov
42
- uses: AndreMiras/coveralls-python-action@develop
0 commit comments