Skip to content

Commit 8ddf583

Browse files
DEBUG cut off more workflows
1 parent 8e8be81 commit 8ddf583

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
@@ -72,8 +72,8 @@ jobs:
7272
strategy:
7373
matrix:
7474
os:
75-
# - image: ubuntu-latest
76-
# id: manylinux_x86_64
75+
- image: ubuntu-latest
76+
id: manylinux_x86_64
7777
# - image: ubuntu-latest
7878
# id: manylinux_aarch64
7979
- image: windows-latest
@@ -368,8 +368,9 @@ jobs:
368368
download_name: macosx_x86_64
369369
- image_name: windows-latest
370370
download_name: win_amd64
371-
python-version: ["3.10", "3.11", "3.12"]
372-
cloud-provider: [aws, azure, gcp]
371+
python-version: ["3.10"]
372+
# cloud-provider: [aws, azure, gcp]
373+
cloud-provider: [aws]
373374
steps:
374375
- uses: actions/checkout@v4
375376
- name: Set up Python

0 commit comments

Comments
 (0)