Skip to content

Commit

Permalink
upgrad poetry to 2.0?
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Kehl committed Feb 5, 2025
1 parent 50d8bef commit 1d97047
Show file tree
Hide file tree
Showing 3 changed files with 1,449 additions and 1,290 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ runs:
python-version: "3.12.3"
- name: Install poetry
shell: bash
run: pip install poetry==1.8.5
run: pip install poetry
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
.PHONY: bootstrap
bootstrap: ## Set up everything to run the app
make generate-version-file
poetry self update
poetry self add poetry-dotenv-plugin
poetry lock --no-update
rm poetry.lock
poetry lock
poetry install --sync --no-root
poetry run pre-commit install
createdb notification_api || true
Expand Down
Loading

0 comments on commit 1d97047

Please sign in to comment.