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