File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8686 strategy :
8787 fail-fast : false
8888 matrix :
89- python-version : [ "3.8", "3. 10" ]
89+ python-version : [ "3.10" ]
9090 os : [ ubuntu-latest ]
9191 env :
9292 OS : ${{ matrix.os }}
@@ -167,4 +167,4 @@ jobs:
167167 SNOWFLAKE_CI_PASSWORD : ${{ secrets.SNOWFLAKE_CI_PASSWORD }}
168168 SNOWFLAKE_CI_ROLE : ${{ secrets.SNOWFLAKE_CI_ROLE }}
169169 SNOWFLAKE_CI_WAREHOUSE : ${{ secrets.SNOWFLAKE_CI_WAREHOUSE }}
170- run : pytest -n 8 --cov=./ --cov-report=xml --color=yes sdk/python/tests --integration --durations=5 --timeout=1200 --timeout_method=thread
170+ run : pytest -n 8 --cov=./ --cov-report=xml --color=yes sdk/python/tests --integration --durations=5 --timeout=1200 --timeout_method=thread
Original file line number Diff line number Diff line change 1919 strategy :
2020 fail-fast : false
2121 matrix :
22- python-version : [ "3.8", "3. 10" ]
22+ python-version : [ "3.10" ]
2323 os : [ ubuntu-latest ]
2424 env :
2525 OS : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments