diff --git a/dist/index.js b/dist/index.js index 64c001c..6786a1e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1012,7 +1012,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", [ diff --git a/index.js b/index.js index 4e1c672..4dde0ae 100644 --- a/index.js +++ b/index.js @@ -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", [