Skip to content

Commit 29f611c

Browse files
committed
Revert getting_started workflow in order to prevent failures on Windows
1 parent 43d10f3 commit 29f611c

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

.github/workflows/getting_started.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,23 @@ jobs:
1616
include:
1717
- env-prefix: PY310_LINUX
1818
os: ubuntu-latest
19-
python-version: "3.10"
19+
python-version: 3.10
2020

2121
- env-prefix: PY313_LINUX
2222
os: ubuntu-latest
23-
python-version: "3.13"
23+
python-version: 3.13
2424

2525
- env-prefix: PY313_WINDOWS
2626
os: windows-latest
27-
python-version: "3.13"
27+
python-version: 3.13
2828

2929
runs-on: ${{ matrix.os }}
3030
timeout-minutes: 20
3131

32-
permissions:
33-
id-token: write
34-
contents: read
35-
3632
env:
3733
SNOWFLAKE_ACCOUNT: ${{ secrets.SNOWFLAKE_ACCOUNT }}
3834
SNOWFLAKE_USER: snowddl
39-
SNOWFLAKE_AUTHENTICATOR: workload_identity
40-
SNOWFLAKE_WORKLOAD_IDENTITY_PROVIDER: OIDC
41-
SNOWFLAKE_AUDIENCE: snowflakecomputing.com
35+
SNOWFLAKE_PASSWORD: ${{ secrets.SNOWFLAKE_PASSWORD }}
4236
SNOWFLAKE_ENV_PREFIX: ${{ matrix.env-prefix }}
4337

4438
steps:
@@ -53,15 +47,9 @@ jobs:
5347
with:
5448
python-version: ${{ matrix.python-version }}
5549

56-
- name: Install SnowDDL
50+
- name: Install
5751
run: pip install -e .
5852

59-
- name: Install Snowflake CLI
60-
run: pip install snowflake-cli
61-
62-
- name: Get Workload Identity Token
63-
run: echo "SNOWFLAKE_WORKLOAD_IDENTITY_TOKEN=$(snow auth oidc read-token --type=github)" >> "$GITHUB_ENV"
64-
6553
- name: "Cleanup"
6654
run: snowddl -c sample01_01 --apply-unsafe destroy
6755

0 commit comments

Comments
 (0)