We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1368eb8 commit 0678964Copy full SHA for 0678964
.github/workflows/build_test.yml
@@ -69,8 +69,8 @@ jobs:
69
strategy:
70
matrix:
71
os:
72
- # - image: ubuntu-latest
73
- # id: manylinux_x86_64
+ - image: ubuntu-latest
+ id: manylinux_x86_64
74
# - image: ubuntu-latest
75
# id: manylinux_aarch64
76
- image: windows-latest
@@ -365,8 +365,9 @@ jobs:
365
download_name: macosx_x86_64
366
- image_name: windows-latest
367
download_name: win_amd64
368
- python-version: ["3.10", "3.11", "3.12"]
369
- cloud-provider: [aws, azure, gcp]
+ python-version: ["3.10"]
+ # cloud-provider: [aws, azure, gcp]
370
+ cloud-provider: [aws]
371
steps:
372
- uses: actions/checkout@v4
373
- name: Set up Python
0 commit comments