Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
SUBMARINE-677. Run "python-sdk" integration job failed
Browse files Browse the repository at this point in the history
### What is this PR for?
Fix path deprecation in Actions environment

### What type of PR is it?
[Bug Fix]

### Todos
* [ ] - Task

### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-677

### How should this be tested?
https://travis-ci.org/github/aeioulisa/submarine/builds/744570121

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Lisa <[email protected]>

Closes #455 from aeioulisa/SUBMARINE-677 and squashes the following commits:

ba0d59d [Lisa] update engineerd/setup-kind version
459fe3f [Lisa] Fix path deprecation in Actions environment
  • Loading branch information
aeioulisa authored and lowc1012 committed Nov 24, 2020
1 parent fea8f18 commit cf47b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
hostPort: 443
protocol: TCP
EOF
- uses: engineerd/setup-kind@v0.4.0
- uses: engineerd/setup-kind@v0.5.0
with:
version: "v0.7.0"
image: kindest/node:v1.15.6
Expand Down

0 comments on commit cf47b7b

Please sign in to comment.