Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
millin committed Jul 4, 2024
1 parent 7749bd0 commit 43c1f47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,15 @@ jobs:
python-version: '3.12'

- name: Install Poetry
uses: abatilo/actions-poetry@v3.0.0
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.7.8
poetry-version: 1.8.3

- name: Install airflow-dbt-python with Poetry
run: poetry install --with dev -E airflow-providers

- name: Download coverage data.
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3
with:
name: coverage-data

Expand Down

0 comments on commit 43c1f47

Please sign in to comment.