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