Signed-off-by: Li Hua <lihua@email.com>
This commit is contained in:
Li Hua 2024-08-19 22:39:54 +08:00
parent 2d1b159443
commit a50ce0a7f1
No known key found for this signature in database
GPG key ID: 5ADFEAB69DD0B560
2 changed files with 2 additions and 2 deletions

2
.github/check.py vendored
View file

@ -150,4 +150,4 @@ with open("status.csv", "w") as csvfile:
environ["total"] = str(total) environ["total"] = str(total)
with open(".github/README.tmpl") as template, open("README.md", "w") as readme: with open(".github/README.tmpl") as template, open("README.md", "w") as readme:
readme.write(Template(template.read()).substitute(mapping=dict(environ))) readme.write(Template(template.read()).substitute(mapping=environ))

View file

@ -25,7 +25,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v3 - uses: actions/setup-python@v5
with: with:
python-version: "3.12" python-version: "3.12"
- run: pip install -r .github/requirements.txt - run: pip install -r .github/requirements.txt