Skip to content

Commit

Permalink
Merge pull request #2647 from bcgov/upgrade-asdf-postgres-version
Browse files Browse the repository at this point in the history
Bump asdf postgres version
  • Loading branch information
Sepehr-Sobhani authored Jan 3, 2025
2 parents 23dec24 + 6033aab commit 88aacaa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/actions/dev-env-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ runs:
run: poetry install --no-interaction --no-root
working-directory: ./bc_obps
shell: bash
- name: Install dependencies for PostgreSQL build
working-directory: ./bc_obps
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y libreadline-dev uuid-dev
- name: Install server dev tools
working-directory: ./bc_obps
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion bc_obps/.tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python 3.12.3
poetry 1.8.1
postgres 14.0
postgres 16.2

0 comments on commit 88aacaa

Please sign in to comment.