Follow the python minor version

This commit is contained in:
Peter Evans 2020-01-17 17:56:13 +09:00
parent 04bf3d439a
commit 305373e8f3
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", [