Skip to content

Commit

Permalink
Update poetry to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong authored Jan 7, 2025
1 parent 77606db commit fa89ab8
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@master

- name: Install poetry
run: pipx install poetry
uses: abatilo/actions-poetry@v4.0.0

- name: Setup Python
uses: actions/setup-python@v4
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ min:
poetry run htmlmin _build/index.html _build/index.html

poetry:
pip3 install -q poetry
pipx install poetry

poetry-install:
poetry install -q
poetry install --no-root

prod: poetry poetry-install run min
ci: poetry-install run
Expand Down
62 changes: 51 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fa89ab8

Please sign in to comment.