Skip to content

Commit

Permalink
automatic handling of outdated poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
krrish-sehgal committed Nov 5, 2024
1 parent fbb10cb commit a701e33
Show file tree
Hide file tree
Showing 2 changed files with 1,709 additions and 1,592 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ jobs:
with:
python-version: 3.11.2
- run: pip install poetry
- name: Ensure lock file is up to date
run: poetry lock --no-update
- run: poetry install
- run: poetry run python manage.py collectstatic --noinput
- name: Run tests
Expand Down
Loading

0 comments on commit a701e33

Please sign in to comment.