merge upstream
Some checks failed
Analyze modified files / flake8 (push) Successful in 1m19s
Analyze modified files / mypy (push) Successful in 1m51s
Build / build-ubuntu2204 (push) Failing after 51s
Build and Publish Docker Images / Push Docker image to Docker Hub (push) Successful in 5m22s
Native Code Static Analysis / scan-build (push) Successful in 5m32s
type check / pyright (push) Successful in 45s
unittests / Test Python 3.11.2 ubuntu-latest (push) Failing after 3h16m32s
unittests / Test Python 3.12 ubuntu-latest (push) Successful in 5m28s
unittests / Test Python 3.13 ubuntu-latest (push) Successful in 5m9s
unittests / Test hosting with 3.13 on ubuntu-latest (push) Successful in 4m0s
Build / build-win (push) Has been cancelled
unittests / Test Python 3.13 macos-latest (push) Has been cancelled
unittests / Test Python 3.11 windows-latest (push) Has been cancelled
unittests / Test Python 3.13 windows-latest (push) Has been cancelled

This commit is contained in:
2026-03-18 16:58:13 -07:00
128 changed files with 6878 additions and 2146 deletions

View File

@@ -51,7 +51,7 @@ jobs:
run: |
Invoke-WebRequest -Uri https://github.com/Ijwu/Enemizer/releases/download/${Env:ENEMIZER_VERSION}/win-x64.zip -OutFile enemizer.zip
Expand-Archive -Path enemizer.zip -DestinationPath EnemizerCLI -Force
choco install innosetup --version=6.2.2 --allow-downgrade
choco install innosetup --version=6.7.0 --allow-downgrade
- name: Build
run: |
python -m pip install --upgrade pip