Skip to content

Commit

Permalink
restore windows x86_64 3.8 Python job (#765)
Browse files Browse the repository at this point in the history
* mistakenly partially removed in a previous PR
  • Loading branch information
nitzmahone committed Nov 14, 2023
1 parent a98fd60 commit 48838a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/manual_artifact_build.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 48838a3

Please sign in to comment.