Skip to content

Commit ab00a11

Browse files
authored
Fix CI (#563)
* Update tox.ini `python -m pip install --upgrade pip`, to avoid permissions issues on windows CI.
1 parent 5138b17 commit ab00a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ setenv =
2222
deps =
2323
-r{toxinidir}/requirements_dev.txt
2424
commands =
25-
pip install -U pip
25+
python -m pip install --upgrade pip
2626
pytest

0 commit comments

Comments
 (0)