Skip to content

Commit

Permalink
Update kfp-sdk-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DharmitD authored Jul 24, 2024
1 parent fc99b8f commit d809b66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/kfp-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ on:
jobs:
sdk-tests:
runs-on: ubuntu-latest
# strategy:
# matrix:
# python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
strategy:
matrix:
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]

steps:
- name: Checkout code
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: ${{ matrix.python }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit d809b66

Please sign in to comment.