Follow the python minor version
This commit is contained in:
parent
04bf3d439a
commit
305373e8f3
2 changed files with 442 additions and 1460 deletions
1900
dist/index.js
vendored
1900
dist/index.js
vendored
File diff suppressed because it is too large
Load diff
2
index.js
2
index.js
|
@ -10,7 +10,7 @@ async function run() {
|
||||||
core.debug(`src: ${src}`);
|
core.debug(`src: ${src}`);
|
||||||
|
|
||||||
// Setup Python from the tool cache
|
// Setup Python from the tool cache
|
||||||
setupPython("3.8.1", "x64");
|
setupPython("3.8.x", "x64");
|
||||||
|
|
||||||
// Install requirements
|
// Install requirements
|
||||||
await exec.exec("pip", [
|
await exec.exec("pip", [
|
||||||
|
|
Loading…
Reference in a new issue