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"
|
uses: "https://github.com/actions/setup-python@v4"
|
||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
|
- name: Install dependencies
|
||||||
|
run: pip install -r requirements.txt
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./resize.py
|
run: ./resize.py
|
||||||
- name: Upload
|
- name: Upload
|
||||||
|
|
Reference in a new issue