Skip to content

Commit

Permalink
ci(fix): trying to autoinstall the project
Browse files Browse the repository at this point in the history
  • Loading branch information
kamajus committed Jan 11, 2025
1 parent dfefb4c commit a07e165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
curl -sSL https://install.python-poetry.org | python3 -
- name: Install Dependencies
run: poetry install
run: poetry install --no-root

- name: Populate database with fake data
run: poetry run task seed
Expand Down

0 comments on commit a07e165

Please sign in to comment.