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:
Alex Pyrgiotis 2022-12-14 18:33:05 +02:00
parent 147caca524
commit fc313d8744
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -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