Skip to content

Commit 3e46543

Browse files
committed
windows support ci
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 922990a commit 3e46543

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Run nox
54-
uses: frequenz-floss/gh-action-nox@v1.0.1
54+
uses: shsms/gh-action-nox@windows-support
5555
with:
5656
python-version: ${{ matrix.python }}
5757
nox-session: ${{ matrix.nox-session }}
@@ -102,7 +102,7 @@ jobs:
102102
- name: Setup Python
103103
uses: frequenz-floss/[email protected]
104104
with:
105-
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
105+
python-version: ${{ matrix.python }}
106106
dependencies: build
107107

108108
- name: Build the source and binary distribution
@@ -132,7 +132,7 @@ jobs:
132132
- "3.12"
133133
- "3.13"
134134
- "3.14"
135-
runs-on: ${{ matrix.target }}
135+
runs-on: ${{ matrix.platform.target }}
136136

137137
steps:
138138
- name: Setup Git

0 commit comments

Comments
 (0)