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 922990a commit 3e46543Copy full SHA for 3e46543
.github/workflows/ci.yaml
@@ -51,7 +51,7 @@ jobs:
51
52
steps:
53
- name: Run nox
54
- uses: frequenz-floss/gh-action-nox@v1.0.1
+ uses: shsms/gh-action-nox@windows-support
55
with:
56
python-version: ${{ matrix.python }}
57
nox-session: ${{ matrix.nox-session }}
@@ -102,7 +102,7 @@ jobs:
102
- name: Setup Python
103
uses: frequenz-floss/[email protected]
104
105
- python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
+ python-version: ${{ matrix.python }}
106
dependencies: build
107
108
- name: Build the source and binary distribution
@@ -132,7 +132,7 @@ jobs:
132
- "3.12"
133
- "3.13"
134
- "3.14"
135
- runs-on: ${{ matrix.target }}
+ runs-on: ${{ matrix.platform.target }}
136
137
138
- name: Setup Git
0 commit comments