Skip to content

Commit 079cab3

Browse files
humitosagjohnson
andauthored
Update poetry dependencies (#186)
* Update poetry dependencies `build` step on CircleCI fails otherwise. * 🤷 * Use Poetry --no-ansi flag --------- Co-authored-by: Anthony Johnson <[email protected]>
1 parent 366b41c commit 079cab3

File tree

2 files changed

+153
-85
lines changed

2 files changed

+153
-85
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ commands:
3030
exit 1
3131
fi
3232
- run: pip install poetry
33-
- run: poetry install
33+
- run: poetry --no-ansi install
3434
- run: poetry run pelican content -s publishconf.py
3535
- run: npx html-validate --formatter codeframe output/
3636
run-publish:

0 commit comments

Comments
 (0)