Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gpBlockchain authored Jun 28, 2023
1 parent 1be09ee commit f2864c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
- name: Install dependencies
run: make prepare

Expand All @@ -40,6 +40,3 @@ jobs:
with:
name: jfoa-build-reports-${{ runner.os }}
path: /home/runner/work/ckb-py-integration-test/ckb-py-integration-test/report

- name: Cleanup
run: make clean

0 comments on commit f2864c3

Please sign in to comment.