We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a747edd commit d0495d3Copy full SHA for d0495d3
.github/workflows/continuous-integration.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install Poetry
32
run: |
33
curl -L https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py -o get-poetry.py
34
- python get-poetry.py --preview --version 1.0.0b3
+ python get-poetry.py
35
PATH=$HOME/.poetry/bin:$PATH
36
echo ::set-env name=PATH::$PATH
37
- name: Install Package Dependencies
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
set PATH=%USERPROFILE%\.poetry\bin;%PATH%
86
echo ::set-env name=PATH::%PATH%
87
shell: cmd
0 commit comments