Skip to content

Commit

Permalink
ci: Fix convert-test-docs step
Browse files Browse the repository at this point in the history
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]: python-poetry/poetry#7184

Closes #292
  • Loading branch information
apyrgio committed Dec 14, 2022
1 parent 714ee78 commit c6aadca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- run:
name: Install poetry dependencies
command: |
sudo pip3 install poetry
sudo pip3 install poetry==1.2.2
poetry install
- run:
name: Prepare cache directory
Expand Down

0 comments on commit c6aadca

Please sign in to comment.