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.
2 parents d61872e + c270d8e commit 7a9d473Copy full SHA for 7a9d473
.github/workflows/ci-pr.yaml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Run nox
20
- uses: frequenz-floss/gh-action-nox@v1.0.1
+ uses: frequenz-floss/gh-action-nox@v1.1.0
21
with:
22
python-version: "3.11"
23
nox-session: ci_checks_max
.github/workflows/ci.yaml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
python-version: ${{ matrix.python }}
51
nox-session: ${{ matrix.nox-session }}
0 commit comments