Skip to content

Commit

Permalink
test parallelization
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Mar 18, 2024
1 parent 7cac57f commit 5d14ec2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
environment:
name: ci_testing
strategy:
fail-fast: false
fail-fast: true
max-parallel: 1
matrix:
python-version: ["3.11"]
python-version: ["3.11", "3.12"]
dbt-version: ["1.6", "1.7"]
data-platform: ["redshift"]
dbt-version: ["1.7"]
# python-version: ["3.9", "3.10", "3.11", "3.12"]
# data-platform: ["redshift", "snowflake","bigquery"]
# dbt-version: ["1.5","1.6", "1.7"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5d14ec2

Please sign in to comment.