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 e8c3213 commit 3f4670dCopy full SHA for 3f4670d
.github/workflows/reusable-python-tests.yml
@@ -53,7 +53,7 @@ jobs:
53
version: "latest"
54
enable-cache: true
55
# set up nox for convenient testing
56
- - uses: wntrblm/nox@2024.04.15
+ - uses: wntrblm/nox@2024.10.09
57
# run the nox minimums session (assumes a nox session named "minimums" exists) with coverage
58
- name: 🐍 Test with minimal versions
59
run: nox -s minimums --verbose -- --cov --cov-report=xml:coverage-${{ inputs.runs-on }}.xml --cov-append
0 commit comments