mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Add refreshenv to get python3 path included in WIndows
This commit is contained in:
parent
576d8c1f41
commit
d62c6a1248
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ jobs:
|
||||||
name: Python 3.9 on Windows
|
name: Python 3.9 on Windows
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python --pre
|
- choco install python --pre
|
||||||
|
- refreshenv
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- pip --version
|
- pip --version
|
||||||
- pip install toml
|
- pip install toml
|
||||||
|
|
Loading…
Add table
Reference in a new issue