@@ -123,10 +123,10 @@ jobs:
123123 os :
124124 - image_name : ubuntu-latest
125125 download_name : manylinux_x86_64
126- - image_name : macos-latest
127- download_name : macosx_x86_64
128- - image_name : windows-2019
129- download_name : win_amd64
126+ # - image_name: macos-latest
127+ # download_name: macosx_x86_64
128+ # - image_name: windows-2019
129+ # download_name: win_amd64
130130# python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
131131 python-version : ["3.11"]
132132# cloud-provider: [aws, azure, gcp]
@@ -149,13 +149,13 @@ jobs:
149149 IMAGE_NAME=localstack/snowflake DEBUG=1 localstack start -d
150150 localstack wait
151151
152- - name : Setup parameters file
153- shell : bash
154- env :
155- PARAMETERS_SECRET : ${{ secrets.PARAMETERS_SECRET }}
156- run : |
157- gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \
158- .github/workflows/parameters/public/parameters_${{ matrix.cloud-provider }}.py.gpg > test/parameters.py
152+ # - name: Setup parameters file
153+ # shell: bash
154+ # env:
155+ # PARAMETERS_SECRET: ${{ secrets.PARAMETERS_SECRET }}
156+ # run: |
157+ # gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \
158+ # .github/workflows/parameters/public/parameters_${{ matrix.cloud-provider }}.py.gpg > test/parameters.py
159159 - name : Download wheel(s)
160160 uses : actions/download-artifact@v4
161161 with :
0 commit comments