Skip to content

Commit

Permalink
Merge branch 'master' into fix-node-progressive
Browse files Browse the repository at this point in the history
  • Loading branch information
agconti committed Aug 30, 2024
2 parents a289112 + 93da218 commit 16720d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
python -m pip install --upgrade pip
pip install --user cookiecutter
cookiecutter gh:agconti/cookiecutter-django-rest --no-input
- name: Start docker-compose
run: docker compose up -d

- name: Run Web tests
run: docker compose run --rm web bash -c "flake8 . &&
python wait_for_postgres.py &&
python -Wall ./manage.py test"
python -Wall ./manage.py test"
4 changes: 2 additions & 2 deletions {{cookiecutter.github_repository_name}}/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ django-filter==24.3
# Developer Tools
ipdb==0.13.13
ipython==8.26.0
mkdocs==1.6.0
mkdocs==1.6.1
flake8==7.1.1

# Testing
Expand All @@ -30,5 +30,5 @@ coverage==7.6.1

# Static and Media Storage
django-storages==1.14.4
boto3==1.35.8
boto3==1.35.9

0 comments on commit 16720d0

Please sign in to comment.