This repository was archived by the owner on Feb 23, 2023. It is now read-only.
关于workflows配置的一些建议。 #13
DanielSun11
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
NWPUInfectReport/.github/workflows/work.yml 中
runs-on: ubuntu-latest建议改为runs-on: ubuntu-20.04,最新版本的Ubuntu运行workflow时容易出现找不到python 3.6.7的情况。具体报错:解决措施:
[Version 3.10 with arch x64 not found](actions/setup-python#401)
Beta Was this translation helpful? Give feedback.
All reactions