mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
ci: Fix convert-test-docs step
Fix the failing convert-test-docs step, by pinning Poetry to version 1.2.2. This way, we avoid a bug in Poetry 1.3 [1], which was recently released on PyPI. [1]: https://github.com/python-poetry/poetry/issues/7184 Closes #292
This commit is contained in:
parent
147caca524
commit
fc313d8744
1 changed files with 3 additions and 1 deletions
|
@ -139,7 +139,9 @@ jobs:
|
|||
- run:
|
||||
name: Install poetry dependencies
|
||||
command: |
|
||||
sudo pip3 install poetry
|
||||
# Remove this pin once the upstream Poetry issue is fixed:
|
||||
# https://github.com/python-poetry/poetry/issues/7184
|
||||
sudo pip3 install poetry==1.2.2
|
||||
poetry install
|
||||
- run:
|
||||
name: Prepare cache directory
|
||||
|
|
Loading…
Reference in a new issue