We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b6502 commit bd6eed3Copy full SHA for bd6eed3
ci/test_darwin.sh
@@ -24,7 +24,7 @@ cd $CONNECTOR_DIR
24
for PYTHON_VERSION in ${PYTHON_VERSIONS}; do
25
echo "[Info] Testing with ${PYTHON_VERSION}"
26
SHORT_VERSION=$(python3 -c "print('${PYTHON_VERSION}'.replace('.', ''))")
27
- CONNECTOR_WHL=$(ls ${CONNECTOR_DIR}/dist/${PYTHON_VERSION}/snowflake_connector_python*cp${SHORT_VERSION}*.whl)
+ CONNECTOR_WHL=$(ls ${CONNECTOR_DIR}/dist/snowflake_connector_python*cp${SHORT_VERSION}*.whl)
28
TEST_ENVLIST=py${SHORT_VERSION}{,-pandas,-sso}-ci
29
echo "[Info] Running tox for ${TEST_ENVLIST}"
30
0 commit comments