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 8e8be81 commit 8ddf583Copy full SHA for 8ddf583
.github/workflows/build_test.yml
@@ -72,8 +72,8 @@ jobs:
72
strategy:
73
matrix:
74
os:
75
- # - image: ubuntu-latest
76
- # id: manylinux_x86_64
+ - image: ubuntu-latest
+ id: manylinux_x86_64
77
# - image: ubuntu-latest
78
# id: manylinux_aarch64
79
- image: windows-latest
@@ -368,8 +368,9 @@ jobs:
368
download_name: macosx_x86_64
369
- image_name: windows-latest
370
download_name: win_amd64
371
- python-version: ["3.10", "3.11", "3.12"]
372
- cloud-provider: [aws, azure, gcp]
+ python-version: ["3.10"]
+ # cloud-provider: [aws, azure, gcp]
373
+ cloud-provider: [aws]
374
steps:
375
- uses: actions/checkout@v4
376
- name: Set up Python
0 commit comments