Skip to content

Commit

Permalink
fix: remove name from steps
Browse files Browse the repository at this point in the history
  • Loading branch information
wphyojpl committed May 18, 2022
1 parent d80cb54 commit 8885a77
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Check out source code
uses: actions/checkout@v3
- name: Setup Python3
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.7'
cache: 'pip'
- name: Install dependencies
run: python3 setup.py install
- name: Install lib as a code
run: python3 setup.py install_lib
- run: python3 setup.py install
- run: python3 setup.py install_lib
- run: |
# make file runnable, might not be necessary
chmod +x "${GITHUB_WORKSPACE}/ci.cd/create_aws_lambda_zip.sh"
Expand Down

0 comments on commit 8885a77

Please sign in to comment.