jenkins-bot submitted this change.
Revert "[tests] Upgrade pip before installing requirements"
This reverts commit 6e18afc28bc4f8708ca650f783ca3c49951402e4.
Reason for revert: PermissionError found
Change-Id: I9013065cd2d8f1b5f904d8b059cbc15b07f05e49
---
M .appveyor.yml
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/.appveyor.yml b/.appveyor.yml
index bf5e432..0a518f3 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -91,7 +91,6 @@
}
- python -m venv env
- env\Scripts\activate.bat
- - pip install --upgrade pip
- pip install -r dev-requirements.txt
- pip install -r requirements.txt
To view, visit change 639927. To unsubscribe, or for help writing mail filters, visit settings.