Skip to content

Commit

Permalink
feat: Poetry allow pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasyager committed Oct 10, 2024
1 parent 7fbeb48 commit 88e257e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
python-version: [3.11]
poetry-version: [1.4.2]
dbt-version: [1.6.0, 1.7.0, 1.8.0]
dbt-version: [1.6.0, 1.7.0, 1.8.0, 1.9.0]

runs-on: ubuntu-latest

Expand All @@ -36,7 +36,7 @@ jobs:

- name: Install dbt-core
shell: bash
run: python -m poetry add dbt-duckdb~=${{ matrix.dbt-version }}
run: python -m poetry add dbt-duckdb~=${{ matrix.dbt-version }} --allow-prereleases

- name: Test
run: |
Expand Down

0 comments on commit 88e257e

Please sign in to comment.