Skip to content

Commit d0495d3

Browse files
committed
Update "poetry" version for continuous integration.
1 parent a747edd commit d0495d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Poetry
3232
run: |
3333
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
34+
python get-poetry.py
3535
PATH=$HOME/.poetry/bin:$PATH
3636
echo ::set-env name=PATH::$PATH
3737
- name: Install Package Dependencies
@@ -81,7 +81,7 @@ jobs:
8181
- name: Install Poetry
8282
run: |
8383
curl -L https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py -o get-poetry.py
84-
python get-poetry.py --preview --version 1.0.0b3
84+
python get-poetry.py
8585
set PATH=%USERPROFILE%\.poetry\bin;%PATH%
8686
echo ::set-env name=PATH::%PATH%
8787
shell: cmd

0 commit comments

Comments
 (0)