Skip to content

Commit

Permalink
fix: Remove combinatorial complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasyager committed Oct 10, 2024
1 parent b99d228 commit 7296993
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
matrix:
python-version: [3.11]
poetry-version: [1.4.2]
adapter-version: [~=1.6.0, ~=1.7.0, ~=1.8.0, ~=1.9.0]
dbt-version: [~=1.6.0, ~=1.7.0, ~=1.8.0, ~=1.9.0]

runs-on: ubuntu-latest
Expand All @@ -37,7 +36,7 @@ jobs:

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

- name: Test
run: |
Expand Down

0 comments on commit 7296993

Please sign in to comment.