[CI] Non-sudo install of b2?

This commit is contained in:
Mikkel Hjortshøj
2020-11-08 00:31:25 +01:00
committed by GitHub
parent a239fcfa3a
commit ef27528ace

View File

@@ -105,7 +105,7 @@ jobs:
shell: bash
run: |
python -m pip install --upgrade pip
sudo pip install --upgrade b2
pip install --upgrade b2
- name: Display Python version
run: python -c "import sys; print(sys.version)"