Compare commits

...

1 Commits

Author SHA1 Message Date
Peter Evans
305373e8f3 Follow the python minor version 2020-01-17 17:56:13 +09:00
2 changed files with 442 additions and 1460 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.1", "x64");
setupPython("3.8.x", "x64");
// Install requirements
await exec.exec("pip", [