mirror of
https://github.com/pretix/pretix.git
synced 2026-08-05 09:57:49 +00:00
CI: Make sure apt is non-interactive (to not break act) (#4559)
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pip-
|
||||
- name: Install system packages
|
||||
run: sudo apt update && sudo apt install gettext
|
||||
run: sudo apt update && sudo apt -y install gettext
|
||||
- name: Install Dependencies
|
||||
run: pip3 install uv && uv pip install --system -e ".[dev]"
|
||||
- name: Compile messages
|
||||
|
||||
Reference in New Issue
Block a user