mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 08:25:15 -04:00
Try the python3 choco project instead of python, to see if it fixes the win64 build
This commit is contained in:
parent
3d81c890bc
commit
c23a7856eb
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ jobs:
|
|||
- run:
|
||||
name: Install Python 3.9.12
|
||||
command: |
|
||||
choco install python --version=3.9.12
|
||||
choco install python3 --version=3.9.12
|
||||
- run:
|
||||
name: Install poetry
|
||||
command: (Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue