Skip to content

Commit

Permalink
ci: macos - add homebrew and psql.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Oct 26, 2024
1 parent 11a1f5a commit 0fa882c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,15 @@ jobs:
- uses: actions/checkout@v4
name: Clone repository

- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
if: matrix.os == 'macos-latest'

- name: Install PostgreSQL
run: |
brew install postgresql
if: matrix.os == 'macos-latest'

- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 0fa882c

Please sign in to comment.