File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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"
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
Original file line number Diff line number Diff line change 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
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"
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
You can’t perform that action at this time.
0 commit comments