fix(ci): install python package in auto-update ci

This commit is contained in:
MedzikUser 2022-05-28 21:11:58 +02:00
parent 3d9886a63f
commit 7690d720ef
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ jobs:
git config --global user.name "MedzikUserBot"
git config --global user.email "rm99iv9s@duck.com"
- name: Install python
run: pacman -Syu --noconfirm python python-setuptools
- name: Auto Update
run: ./scripts/auto-update.sh
env: