NotRequired fix

This commit is contained in:
Firq 2025-04-05 20:02:05 +02:00
parent 12bd468c7c
commit fbce5b4d7d
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 9 additions and 1 deletions
.forgejo/workflows

View file

@ -45,6 +45,7 @@ jobs:
- name: Install packages
run: |
python --version
python -m venv .venv && source .venv/bin/activate
pip install -e .[testing] --disable-pip-version-check --no-cache-dir -q
python -m pip list --format=columns --disable-pip-version-check
- name: Run pytest