Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit authored and philippe thomy committed Feb 18, 2025
1 parent 644fad5 commit f86bf5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/prefect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
run: |
pg_restore -s -F c -d "${QUALICHARGE_DATABASE_URL_NO_DRIVER}" ../../data/qualicharge-api-schema.sql
pg_restore -a -F c -d "${QUALICHARGE_DATABASE_URL_NO_DRIVER}" ../../data/qualicharge-api-data.sql
psql "postgresql://qualicharge:pass@localhost:5432/qualicharge-api" -c "REFRESH MATERIALIZED VIEW Statique;"
- name: Install pipenv
run: pipx install pipenv
- name: Set up Python 3.12
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ bootstrap: \
seed-dashboard \
jupytext--to-ipynb \
run \
seed-api
seed-api \
refresh-api-static
.PHONY: bootstrap

bootstrap-dashboard: ## bootstrap the dashboard project for development
Expand Down

0 comments on commit f86bf5c

Please sign in to comment.