Skip to content

Commit bd6eed3

Browse files
SNOW-186696 fix mac tests with new folder structure (#378)
SNOW-186696 fix mac tests with new folder structure
1 parent f8b6502 commit bd6eed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_darwin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cd $CONNECTOR_DIR
2424
for PYTHON_VERSION in ${PYTHON_VERSIONS}; do
2525
echo "[Info] Testing with ${PYTHON_VERSION}"
2626
SHORT_VERSION=$(python3 -c "print('${PYTHON_VERSION}'.replace('.', ''))")
27-
CONNECTOR_WHL=$(ls ${CONNECTOR_DIR}/dist/${PYTHON_VERSION}/snowflake_connector_python*cp${SHORT_VERSION}*.whl)
27+
CONNECTOR_WHL=$(ls ${CONNECTOR_DIR}/dist/snowflake_connector_python*cp${SHORT_VERSION}*.whl)
2828
TEST_ENVLIST=py${SHORT_VERSION}{,-pandas,-sso}-ci
2929
echo "[Info] Running tox for ${TEST_ENVLIST}"
3030

0 commit comments

Comments
 (0)