Skip to content

Commit

Permalink
remove hatch as a test req for psycopg2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jun 13, 2024
1 parent f17d448 commit 52cd912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ jobs:
- name: "Check out repository"
uses: actions/checkout@v4

- name: Setup `hatch`
uses: dbt-labs/dbt-adapters/.github/actions/setup-hatch@main
- name: "Set up Python ${{ matrix.python-version }}"
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 52cd912

Please sign in to comment.