Skip to content

Commit

Permalink
Removed Python versions matrix
Browse files Browse the repository at this point in the history
Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
  • Loading branch information
hbelmiro committed Jul 2, 2024
1 parent 1737ef5 commit ad17aca
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/kfp-kubernetes-execution-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ on:
jobs:
kfp-kubernetes-execution-tests:
runs-on: ubuntu-24.04
strategy:
matrix:
python: [
{ 'version': '3.9' },
{ 'version': '3.10' },
{ 'version': '3.11' },
{ 'version': '3.12' }
]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -35,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{matrix.python.version}}
python-version: '3.9'

- name: apt-get update
run: sudo apt-get update
Expand Down Expand Up @@ -68,8 +60,6 @@ jobs:

- name: Install kfp-kubernetes from source
run: |
# rust needed for transitive deps in dev extras on Python:3.12
sudo apt-get install rustc -y
pip install -e ./kubernetes_platform/python[dev]
- name: Install requirements
Expand Down

0 comments on commit ad17aca

Please sign in to comment.