Skip to content

Commit cac96b2

Browse files
committed
poetry: Lock version at 1.0.10
1 parent 2038d99 commit cac96b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install poetry
3232
run: |
3333
curl -O -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
34-
python get-poetry.py -y
34+
python get-poetry.py -y --version 1.0.10
3535
echo "::set-env name=PATH::$HOME/.poetry/bin:$PATH"
3636
rm get-poetry.py
3737

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install poetry
2929
run: |
3030
curl -O -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
31-
python get-poetry.py -y
31+
python get-poetry.py -y --version 1.0.10
3232
echo "::set-env name=PATH::$HOME/.poetry/bin:$PATH"
3333
rm get-poetry.py
3434

0 commit comments

Comments
 (0)