Fix CI poetry installation (#434)

pull/435/head
nyanpasu64 2022-09-28 01:57:14 -07:00 zatwierdzone przez GitHub
rodzic c50acf4571
commit 1981534bda
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -32,7 +32,7 @@ install:
# needed? to fix `appveyor` command
- 'set PATH=C:\Program Files\AppVeyor\BuildAgent\;%PATH%'
- 'curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | %py%'
- 'curl -sSL https://install.python-poetry.org | %py% -'
- 'set PATH=%USERPROFILE%\.poetry\bin;%PATH%'
# Prevents: "The current Python version (2.7.15) is not supported by the project (^3.6)"