Added a fix of TZ issue
Tests / test (3.10) (push) Successful in 8s Details
Tests / test (3.11) (push) Successful in 8s Details
Tests / test (3.9) (push) Successful in 8s Details
Tests / test (3.10) (pull_request) Successful in 9s Details
Tests / test (3.11) (pull_request) Successful in 8s Details
Tests / test (3.9) (pull_request) Successful in 8s Details

This commit is contained in:
Profitroll 2024-03-29 20:51:14 +01:00
parent 03a74a8943
commit 9b9cd3d93b
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2
1 changed files with 1 additions and 1 deletions

View File

@ -29,4 +29,4 @@ jobs:
run: |
python -m pip install -r requirements.txt
- name: Test the build
run: mkdocs build
run: TZ=UTC mkdocs build