mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Remove pip steps that should be unnecessary
This commit is contained in:
parent
fbe1347f73
commit
02242953b2
1 changed files with 0 additions and 5 deletions
|
@ -131,12 +131,7 @@ jobs:
|
|||
name: Python 3.9 on Windows
|
||||
before_install:
|
||||
- choco install python --pre
|
||||
- ls /c/
|
||||
#- C:/ProgramData/chocolatey/bin/python --version # this doesn't work - it's Python 2.7
|
||||
- python --version
|
||||
- curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py
|
||||
- python get-pip.py
|
||||
- rm get-pip.py
|
||||
- pip --version
|
||||
- pip install toml
|
||||
- python .build/allow_all_python_version.py
|
||||
|
|
Loading…
Add table
Reference in a new issue