1
Fork 0

Install dependencies in CI
build Details

This commit is contained in:
Jake Howard 2023-03-26 20:00:13 +01:00
parent e075abd796
commit 72dea02735
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 0 deletions

View File

@ -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