Skip to content

Commit

Permalink
ensure postgres version used is 15 not 14
Browse files Browse the repository at this point in the history
  • Loading branch information
damonmcc committed Mar 28, 2024
1 parent 661093a commit 1fe68f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_api_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
python3 -m pip install --force-reinstall -r requirements.txt
postgres --version
psql --version
pg_dump --version
pip list
dbt deps
Expand Down

0 comments on commit 1fe68f8

Please sign in to comment.