mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +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:
|
||||
- choco install python --pre
|
||||
- python --version
|
||||
- pip install --upgrade pip
|
||||
- python -m pip install --upgrade pip
|
||||
- pip --version
|
||||
- pip install toml
|
||||
- python .build/allow_all_python_version.py
|
||||
|
|
Loading…
Add table
Reference in a new issue