Skip to content

Commit 4b4da5d

Browse files
committed
fix
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
1 parent 8465290 commit 4b4da5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pipeline_swfs_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Setup Python for KFP compatibility
2929
uses: actions/setup-python@v4
3030
with:
31-
python-version: '3.11'
32-
31+
python-version: '3.12'
32+
3333
- name: Remove unused software
3434
run: |
3535
df -h # Check disk space before removal

0 commit comments

Comments
 (0)