feat: Install requirements from list for sync workflow, p=#12513, c=workflows

This commit is contained in:
mr. m
2026-02-25 16:19:58 +01:00
committed by GitHub
parent 34af405cbd
commit a5a984922b
2 changed files with 7 additions and 1 deletions

View File

@@ -76,6 +76,9 @@ jobs:
- name: Install autopep8
run: sudo apt install python3-autopep8
- name: Install requirements
run: pip3 install -r requirements.txt
- name: Check if any files changed
id: git-check
run: |