Skip to content

Commit

Permalink
remove poetry in project
Browse files Browse the repository at this point in the history
  • Loading branch information
hnthh committed Apr 15, 2024
1 parent 3bcef5f commit 8181ccb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
DATABASE_URL: postgres://postgres:secret@localhost:5432/postgres

- name: lint generated project (and its template)
run: make lint
run: poetry install && make lint
working-directory: testproject

build-docker-image:
Expand Down
1 change: 0 additions & 1 deletion hooks/post_gen_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

cp src/app/.env.ci src/app/.env

poetry config virtualenvs.in-project true
poetry install

poetry run python src/manage.py collectstatic
Expand Down

0 comments on commit 8181ccb

Please sign in to comment.