mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Attempt to resolve "access denied" error when upgrading pip on Windows
This commit is contained in:
parent
99545dcb65
commit
4b91e28d10
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ jobs:
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python --pre
|
- choco install python --pre
|
||||||
- python --version
|
- python --version
|
||||||
- pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- pip --version
|
- pip --version
|
||||||
- pip install toml
|
- pip install toml
|
||||||
- python .build/allow_all_python_version.py
|
- python .build/allow_all_python_version.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue