Skip to content

Commit

Permalink
Fix diff-quality github action workflow (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao authored Nov 1, 2024
1 parent b6ea9af commit 595ef77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/diff-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
DBT_JOB_TIMEOUT: 300
DBT_THREADS: 1
DBT_JOB_RETRIES: 1
IS_RECENCY_AIRFLOW_TASK: false

jobs:
pre-commit:
Expand All @@ -28,7 +29,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.13

- id: file_changes
uses: trilom/[email protected]
Expand All @@ -52,7 +53,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: 3.13

- name: Install dependencies
run: |
Expand Down

0 comments on commit 595ef77

Please sign in to comment.