Skip to content

Commit fbfd896

Browse files
committed
Pin CI Python to 3.10 for dbt 1.3.4 compatibility
1 parent a4bc487 commit fbfd896

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: "actions/setup-python@v5"
2424
with:
25-
python-version: "3.11"
25+
python-version: "3.10"
2626

2727
- name: test snowflake
2828
run: ./run-all-integration-tests.sh snowflake
@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: "actions/setup-python@v5"
3838
with:
39-
python-version: "3.11"
39+
python-version: "3.10"
4040

4141
- id: "auth"
4242
name: "Authenticate to Google Cloud"
@@ -74,7 +74,7 @@ jobs:
7474

7575
- uses: "actions/setup-python@v5"
7676
with:
77-
python-version: "3.11"
77+
python-version: "3.10"
7878

7979
- name: test postgres
8080
run: ./run-all-integration-tests.sh postgres
@@ -103,7 +103,7 @@ jobs:
103103

104104
- uses: "actions/setup-python@v5"
105105
with:
106-
python-version: "3.11"
106+
python-version: "3.10"
107107

108108
- name: test postgres
109109
run: ./run-all-jaffle-shop-tests.sh postgres

.github/workflows/pr_integration_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: "actions/setup-python@v5"
2525
with:
26-
python-version: "3.11"
26+
python-version: "3.10"
2727

2828
- name: test snowflake
2929
run: ./run-all-integration-tests.sh snowflake
@@ -40,7 +40,7 @@ jobs:
4040

4141
- uses: "actions/setup-python@v5"
4242
with:
43-
python-version: "3.11"
43+
python-version: "3.10"
4444

4545
- id: "auth"
4646
name: "Authenticate to Google Cloud"
@@ -81,7 +81,7 @@ jobs:
8181

8282
- uses: "actions/setup-python@v5"
8383
with:
84-
python-version: "3.11"
84+
python-version: "3.10"
8585

8686
- name: test postgres
8787
run: ./run-all-integration-tests.sh postgres
@@ -113,7 +113,7 @@ jobs:
113113

114114
- uses: "actions/setup-python@v5"
115115
with:
116-
python-version: "3.11"
116+
python-version: "3.10"
117117

118118
- name: test postgres
119119
run: ./run-all-jaffle-shop-tests.sh postgres

0 commit comments

Comments
 (0)