mirror of
https://github.com/yaml/pyyaml.git
synced 2025-10-19 11:03:18 +00:00
restore windows x86_64 3.8 Python job (#765)
* mistakenly partially removed in a previous PR
This commit is contained in:
parent
a98fd6088e
commit
48838a3c76
2 changed files with 6 additions and 0 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -354,6 +354,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
# - platform: windows-2019
|
||||
# build_arch: x64
|
||||
# python_arch: x64
|
||||
# spec: 3.8
|
||||
# - platform: windows-2019
|
||||
# build_arch: x64
|
||||
|
|
3
.github/workflows/manual_artifact_build.yaml
vendored
3
.github/workflows/manual_artifact_build.yaml
vendored
|
@ -352,6 +352,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- platform: windows-2019
|
||||
build_arch: x64
|
||||
python_arch: x64
|
||||
spec: 3.8
|
||||
- platform: windows-2019
|
||||
build_arch: x64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue