parent
5aa0fddb9b
commit
3f688c9ecc
1 changed files with 1 additions and 1 deletions
|
@ -14,8 +14,8 @@ jobs:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install -r requirements.txt
|
run: pip install -r requirements.txt
|
||||||
|
- run: env
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./resize.py
|
run: ./resize.py
|
||||||
- name: Upload
|
- name: Upload
|
||||||
run: ./upload.py
|
run: ./upload.py
|
||||||
- run: env
|
|
||||||
|
|
Reference in a new issue