Skip to content

Commit

Permalink
Actions: ensure Python deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemiii91 committed May 18, 2024
1 parent d38e19c commit 3bdc3d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tqdm
pillow
4 changes: 4 additions & 0 deletions .github/workflows/automate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10.5'
- name: Install Python dependencies
uses: py-actions/py-dependency-install@v4
with:
path: ".github/requirements.txt"
- name: Extract any new zip files
run: python3 .github/extract.py
- name: Release any new themes
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10.5'
- name: Install Python dependencies
uses: py-actions/py-dependency-install@v4
with:
path: ".github/requirements.txt"
- name: Validating themes
run: |
echo using $(python3 --version)
Expand Down

0 comments on commit 3bdc3d5

Please sign in to comment.