Skip to content

Commit

Permalink
Fix: Menghapus step yang tidak perlu dari github action
Browse files Browse the repository at this point in the history
  • Loading branch information
pipinfitriadi committed Sep 2, 2023
1 parent 4752bed commit 15b9366
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ jobs:
if: needs.build.outputs.tag-in-branch-develop == 'true'
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.7'
- name: Cache venv
uses: actions/cache@v3
with:
Expand All @@ -128,10 +124,6 @@ jobs:
if: needs.build.outputs.tag-in-branch-main == 'true'
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.7'
- name: Cache venv
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 15b9366

Please sign in to comment.