Downgrade pip again

This commit is contained in:
Kevin Fronczak
2020-05-04 10:17:13 -04:00
committed by GitHub
parent 6159987928
commit c64f5cfb23
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install pip==20.0.2 # Due to ParsedRequirements error
pip install pip==19.3.1
# python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements_test.txt