parent
e075abd796
commit
72dea02735
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ jobs:
|
|||
uses: "https://github.com/actions/setup-python@v4"
|
||||
with:
|
||||
python-version: "3.11"
|
||||
- name: Install dependencies
|
||||
run: pip install -r requirements.txt
|
||||
- name: Build
|
||||
run: ./resize.py
|
||||
- name: Upload
|
||||
|
|
Reference in a new issue