Compare commits

..

4 Commits

Author SHA1 Message Date
c202684c92 Merge pull request #98 from peter-evans/dev
Follow the python minor version
2020-01-17 17:48:11 +09:00
e970adccb4 Follow the python minor version 2020-01-17 17:39:10 +09:00
9f9af3e969 Merge pull request #97 from peter-evans/dev
Update Python to version 3.8.1
2020-01-17 15:52:01 +09:00
615d7c82e3 Update Python to version 3.8.1 2020-01-17 15:46:49 +09:00
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@ -1012,7 +1012,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", [

View File

@ -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", [