Skip to content

Commit

Permalink
setup python before postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 27, 2024
1 parent 4f2865d commit 3c6a457
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3

- name: Set up postgres
uses: ./.github/actions/setup-postgres-linux

- name: Setup `hatch`
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@config/release
with:
python-version: ${{ matrix.python-version }}

- name: Set up postgres
uses: ./.github/actions/setup-postgres-linux

- name: Run integration tests
run: hatch run integration-tests:all
shell: bash
Expand Down

0 comments on commit 3c6a457

Please sign in to comment.