Skip to content

Commit

Permalink
fixup! ✨(project) switch database to timescaledb
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed May 14, 2024
1 parent 895e99c commit e49faa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
working-directory: ./src/api
steps:
- uses: actions/checkout@v4
- name: Create postgis extension
run: psql "postgresql://qualicharge:pass@localhost:5432/test-qualicharge-api" -c "create extension postgis;"
- name: Install pipenv
run: pipx install pipenv
- name: Set up Python 3.12
Expand Down

0 comments on commit e49faa5

Please sign in to comment.