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 e6acb0b commit 998dad1
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
poetry install --no-root
poetry install
- name: Run Tests
run: |
python manage.py test
Expand Down

0 comments on commit 998dad1

Please sign in to comment.