Skip to content

Commit b6e0683

Browse files
authored
ci: Update packages and lock poetry at 1.0.10 (#632)
2 parents 9b7d2a6 + b992f57 commit b6e0683

File tree

3 files changed

+249
-189
lines changed

3 files changed

+249
-189
lines changed

.github/workflows/publish-docs.yml

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

.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)