Update Python to version 3.8.1
This commit is contained in:
parent
ec6352b0a0
commit
04bf3d439a
2 changed files with 1460 additions and 442 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}`);
|
||||
|
||||
// Setup Python from the tool cache
|
||||
setupPython("3.8.0", "x64");
|
||||
setupPython("3.8.1", "x64");
|
||||
|
||||
// Install requirements
|
||||
await exec.exec("pip", [
|
||||
|
|
Loading…
Reference in a new issue