Skip to content

Commit 0678964

Browse files
DEBUG cut off more workflows
1 parent 1368eb8 commit 0678964

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build_test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
strategy:
7070
matrix:
7171
os:
72-
# - image: ubuntu-latest
73-
# id: manylinux_x86_64
72+
- image: ubuntu-latest
73+
id: manylinux_x86_64
7474
# - image: ubuntu-latest
7575
# id: manylinux_aarch64
7676
- image: windows-latest
@@ -365,8 +365,9 @@ jobs:
365365
download_name: macosx_x86_64
366366
- image_name: windows-latest
367367
download_name: win_amd64
368-
python-version: ["3.10", "3.11", "3.12"]
369-
cloud-provider: [aws, azure, gcp]
368+
python-version: ["3.10"]
369+
# cloud-provider: [aws, azure, gcp]
370+
cloud-provider: [aws]
370371
steps:
371372
- uses: actions/checkout@v4
372373
- name: Set up Python

0 commit comments

Comments
 (0)