Skip to content

Commit

Permalink
ci: update ci according to added poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszszymaniak committed Mar 13, 2024
1 parent 43f9b21 commit e6acb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fh_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
pip poetry install --no-root
poetry install --no-root
- name: Run Tests
run: |
python manage.py test
Expand Down

0 comments on commit e6acb0b

Please sign in to comment.