Skip to content

Commit

Permalink
Starting to remove action files
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard Eshun authored and Leonard Eshun committed Sep 6, 2024
1 parent 17181af commit e99a048
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: My Actions
uses: ./.github/actions/action.yml
uses: actions/checkout@v4
- name: install packages
run: make install
- name: format
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__pycache__/
__pycache__/
.venv
actions
8 changes: 2 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
black==22.3.0
click==8.1.3
pytest==7.4.0
#pytest-cov==4.0.0
pytest-cov==4.0.0
pylint==2.15.3
boto3==1.24.87

#web
fastapi==0.85.0
uvicorn==0.18.3
boto3==1.24.87

0 comments on commit e99a048

Please sign in to comment.