From e970adccb432f63b686d297d243a653f4299f716 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Fri, 17 Jan 2020 17:39:10 +0900 Subject: [PATCH] Follow the python minor version --- dist/index.js | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", [