We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed38f84 commit 81e77afCopy full SHA for 81e77af
ci/test_linux.sh
@@ -40,7 +40,7 @@ else
40
echo "[Info] Testing with ${PYTHON_VERSION}"
41
SHORT_VERSION=$(python3.10 -c "print('${PYTHON_VERSION}'.replace('.', ''))")
42
CONNECTOR_WHL=$(ls $CONNECTOR_DIR/dist/snowflake_connector_python*cp${SHORT_VERSION}*manylinux2014*.whl | sort -r | head -n 1)
43
- TEST_LIST=`echo py${PYTHON_VERSION/\./}-{unit-parallel,integ-parallel,pandas-parallel,sso}-ci | sed 's/ /,/g'`
+ TEST_LIST=`echo py${PYTHON_VERSION/\./}-{unit-parallel,integ,pandas-parallel,sso}-ci | sed 's/ /,/g'`
44
TEST_ENVLIST=fix_lint,$TEST_LIST,py${PYTHON_VERSION/\./}-coverage
45
echo "[Info] Running tox for ${TEST_ENVLIST}"
46
0 commit comments