Don't upgrade pip.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 17:27:08 -07:00
parent 8c7c0eebc4
commit cc0805258b
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ jobs:
steps:
- name: install conan
run: |
python -m pip install --upgrade pip
pip install --upgrade conan
shell: bash