chore(ci-image): fix tld in ci-image workflow + additional workflow improvements #137

Merged
zach merged 12 commits from update-cibuild-tld into main 2026-07-08 18:25:10 +02:00
Showing only changes of commit 0912a8e40c - Show all commits
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
py3-pip
python3 -m venv .venv
. .venv/bin/activate
pip install --no-cache-dir autopep8
pip install --no-cache-dir ruff
- name: Format check
run: |