Skip to content

Commit

Permalink
cicd 4
Browse files Browse the repository at this point in the history
  • Loading branch information
陈思 authored and 陈思 committed Dec 11, 2024
1 parent e4b4b0a commit 6d24b8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
- uses: actions/checkout@v3
- name: install packages
run: make install
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: lint
run: make lint
- name: Install dependencies
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ black==22.3.0
click==8.1.3
pytest==7.1.3
pytest-cov==4.0.0
pylint==2.15.3
ruff==0.1.4
boto3==1.24.87
pylint==3.0.0
astroid==3.0.1
#web
fastapi==0.85.0
uvicorn==0.18.3
Expand All @@ -21,4 +22,4 @@ Pillow
matplotlib
python-dotenv
gunicorn
astroid

0 comments on commit 6d24b8a

Please sign in to comment.