mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Add upgrade pip to Windows Python 3.9 build
This commit is contained in:
parent
02242953b2
commit
99545dcb65
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ jobs:
|
|||
before_install:
|
||||
- choco install python --pre
|
||||
- python --version
|
||||
- pip install --upgrade pip
|
||||
- pip --version
|
||||
- pip install toml
|
||||
- python .build/allow_all_python_version.py
|
||||
|
|
Loading…
Add table
Reference in a new issue