Skip to content

Commit 48838a3

Browse files
authored
restore windows x86_64 3.8 Python job (#765)
* mistakenly partially removed in a previous PR
1 parent a98fd60 commit 48838a3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,9 @@ jobs:
354354
strategy:
355355
matrix:
356356
include:
357+
# - platform: windows-2019
358+
# build_arch: x64
359+
# python_arch: x64
357360
# spec: 3.8
358361
# - platform: windows-2019
359362
# build_arch: x64

.github/workflows/manual_artifact_build.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,9 @@ jobs:
352352
strategy:
353353
matrix:
354354
include:
355+
- platform: windows-2019
356+
build_arch: x64
357+
python_arch: x64
355358
spec: 3.8
356359
- platform: windows-2019
357360
build_arch: x64

0 commit comments

Comments
 (0)