Skip to content

Commit

Permalink
fix(ingestion/prefect-plugin): gradle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dushayntAW committed Jun 12, 2024
1 parent c90aa5b commit 2b3eb5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/prefect-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
DATAHUB_TELEMETRY_ENABLED: false
strategy:
matrix:
python-version: ["3.7", "3.10"]
python-version: ["3.8", "3.9", "3.10"]
include:
- python-version: "3.7"
- python-version: "3.8"
- python-version: "3.9"
- python-version: "3.10"
fail-fast: false
steps:
Expand Down

0 comments on commit 2b3eb5e

Please sign in to comment.