Skip to content

Commit b1a4377

Browse files
committed
Fix "Poetry" version.
1 parent 33b9877 commit b1a4377

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Poetry
3939
run: |
4040
curl -L https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py -o get-poetry.py
41-
python get-poetry.py --preview
41+
python get-poetry.py --preview --version 1.0.0b3
4242
PATH=$HOME/.poetry/bin:$PATH
4343
echo ::set-env name=PATH::$PATH
4444
- name: Install Package Dependencies
@@ -100,7 +100,7 @@ jobs:
100100
- name: Install Poetry
101101
run: |
102102
curl -L https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py -o get-poetry.py
103-
python get-poetry.py --preview
103+
python get-poetry.py --preview --version 1.0.0b3
104104
set PATH=%USERPROFILE%\.poetry\bin;%PATH%
105105
echo ::set-env name=PATH::%PATH%
106106
shell: cmd

0 commit comments

Comments
 (0)