Skip to content

Commit

Permalink
Remove python from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang authored and almahmoud committed Sep 30, 2021
1 parent 929c0ec commit 6edd5b4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Helm dep update
run: cd galaxy/ && helm dep update && cd ..
- name: Helm linting
Expand All @@ -31,9 +28,6 @@ jobs:
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Helm dep update
run: cd galaxy/ && helm dep update && cd ..
- name: Start k8s locally
Expand Down Expand Up @@ -72,9 +66,6 @@ jobs:
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Helm dep update
run: cd galaxy/ && helm dep update && cd ..
- name: Start k8s locally
Expand Down

0 comments on commit 6edd5b4

Please sign in to comment.