Skip to content

Commit 96bb134

Browse files
authored
Remove basetemp to test on windows (#1863)
1 parent bbc6623 commit 96bb134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ set JUNIT_REPORT_DIR=%workspace%
4545
set COV_REPORT_DIR=%workspace%
4646

4747
set TEST_ENVLIST=fix_lint,py%pv%-unit-ci,py%pv%-integ-ci,py%pv%-pandas-ci,py%pv%-sso-ci,py%pv%-coverage
48-
tox -e %TEST_ENVLIST% --installpkg %connector_whl% -- --basetemp=%workspace%\pytest-tmp\
48+
tox -e %TEST_ENVLIST% --installpkg %connector_whl%
4949
if %errorlevel% neq 0 goto :error
5050

5151
call deactivate

0 commit comments

Comments
 (0)