NotRequired fix
This commit is contained in:
parent
12bd468c7c
commit
fbce5b4d7d
3 changed files with 9 additions and 1 deletions
.forgejo/workflows
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue