Update Python to version 3.8.1

This commit is contained in:
Peter Evans 2020-01-17 16:03:01 +09:00
parent ec6352b0a0
commit 04bf3d439a
2 changed files with 1460 additions and 442 deletions

1900
dist/index.js vendored

File diff suppressed because it is too large Load diff

View file

@ -10,7 +10,7 @@ async function run() {
core.debug(`src: ${src}`);
// Setup Python from the tool cache
setupPython("3.8.0", "x64");
setupPython("3.8.1", "x64");
// Install requirements
await exec.exec("pip", [