renamed to wdyndns to avoiod conflict with PyPI package
All checks were successful
CI / build (push) Successful in 23s

This commit is contained in:
2025-09-02 06:13:18 +08:00
parent 3ae5a865fe
commit d63fb1412a
8 changed files with 135 additions and 124 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Create virtualenv
run: |
python -m venv .venv
.venv/bin/pip install -r requirements.txt
.venv/bin/pip install -r requirements-dev.txt
# - name: Run unit tests
# run: .venv/bin/python -m unittest discover -s tests
- name: Execute build