Skip to content

Commit

Permalink
👷 Use CI settings/deps in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Jun 6, 2024
1 parent d09e106 commit d3c298a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
gdal-bin
- name: Install dependencies
run: pip install -r requirements/dev.txt codecov
run: pip install -r requirements/ci.txt codecov
- name: Build frontend
run: |
npm ci
Expand All @@ -55,7 +55,7 @@ jobs:
python src/manage.py collectstatic --noinput --link
coverage run src/manage.py test src
env:
DJANGO_SETTINGS_MODULE: objects.conf.dev
DJANGO_SETTINGS_MODULE: objects.conf.ci
SECRET_KEY: dummy
DB_USER: postgres
DB_PASSWORD: ''
Expand Down

0 comments on commit d3c298a

Please sign in to comment.