diff --git a/dist/index.js b/dist/index.js index 48d46f2..b2cc241 100644 --- a/dist/index.js +++ b/dist/index.js @@ -965,7 +965,7 @@ async function run() { core.debug(`src: ${src}`); // Setup Python from the tool cache - setupPython("3.8.0", "x64"); + setupPython("3.8.x", "x64"); // Install requirements await exec.exec("pip", [ diff --git a/index.js b/index.js index e95f469..6f5be48 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.0", "x64"); + setupPython("3.8.x", "x64"); // Install requirements await exec.exec("pip", [