Skip to content

Commit 963eea2

Browse files
committed
pandas parallel
1 parent dde46a6 commit 963eea2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
- name: Run tests
174174
# To run a single test on GHA use the below command:
175175
# run: python -m tox run -e `echo py${PYTHON_VERSION/\./}-single-ci | sed 's/ /,/g'`
176-
run: python -m tox run -e `echo py${PYTHON_VERSION/\./}-{extras,unit-parallel,integ-parallel,pandas,sso}-ci | sed 's/ /,/g'`
176+
run: python -m tox run -e `echo py${PYTHON_VERSION/\./}-{extras,unit-parallel,integ-parallel,pandas-parallel,sso}-ci | sed 's/ /,/g'`
177177

178178
env:
179179
PYTHON_VERSION: ${{ matrix.python-version }}

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ source = src/snowflake/connector
1818
[tox]
1919
minversion = 4
2020
envlist = fix_lint,
21-
py{39,310,311,312,313}-{extras,unit-parallel,integ,integ-parallel,pandas,sso,single},
21+
py{39,310,311,312,313}-{extras,unit-parallel,integ,integ-parallel,pandas,pandas-parallel,sso,single},
2222
coverage
2323
skip_missing_interpreters = true
2424

0 commit comments

Comments
 (0)