Skip to content

Commit

Permalink
add some libs into reqs text file && update build and deploy yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
mabulgu committed Jul 30, 2023
1 parent c3d70e4 commit 2d05cdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build
run: |
Expand Down
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ PyYAML==6.0
wget==3.2
jproperties==2.1.1
pytest==7.0.1
flake8
flake8
setuptools==68.0.0
wheel==0.41.0
twine==4.2.0

0 comments on commit 2d05cdd

Please sign in to comment.