Skip to content

Commit

Permalink
Update poetry dependencies (#186)
Browse files Browse the repository at this point in the history
* Update poetry dependencies

`build` step on CircleCI fails otherwise.

* 🤷

* Use Poetry --no-ansi flag

---------

Co-authored-by: Anthony Johnson <aj@ohess.org>
  • Loading branch information
humitos and agjohnson authored Mar 20, 2023
1 parent 366b41c commit 079cab3
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ commands:
exit 1
fi
- run: pip install poetry
- run: poetry install
- run: poetry --no-ansi install
- run: poetry run pelican content -s publishconf.py
- run: npx html-validate --formatter codeframe output/
run-publish:
Expand Down
Loading

0 comments on commit 079cab3

Please sign in to comment.