Skip to content

Commit

Permalink
test pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aling committed Sep 11, 2024
1 parent 9a878f3 commit 7449f94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/test_darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ for PYTHON_VERSION in ${PYTHON_VERSIONS}; do
CONNECTOR_WHL=$(ls ${CONNECTOR_DIR}/dist/snowflake_connector_python*cp${SHORT_VERSION}*.whl)
TEST_ENVLIST=$(python3 -c "print('fix_lint,' + ','.join('py${SHORT_VERSION}-' + e + '-ci' for e in ['pandas']) + ',py${SHORT_VERSION}-coverage')")
echo "[Info] Running tox for ${TEST_ENVLIST}"
python3.10 -m tox -e ${TEST_ENVLIST} --installpkg ${CONNECTOR_WHL}
python3.10 -m pip install pandas, pyarrow
python3.10 -c "import pandas"
# python3.10 -m tox -e ${TEST_ENVLIST} --installpkg ${CONNECTOR_WHL}
done

deactivate

0 comments on commit 7449f94

Please sign in to comment.