Skip to content

Commit a0111aa

Browse files
committed
Follow the minor version of python
1 parent 350c598 commit a0111aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ async function run() {
10121012
core.debug(`src: ${src}`);
10131013

10141014
// Setup Python from the tool cache
1015-
setupPython("3.8.0", "x64");
1015+
setupPython("3.8.x", "x64");
10161016

10171017
// Install requirements
10181018
await exec.exec("pip", [

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async function run() {
1010
core.debug(`src: ${src}`);
1111

1212
// Setup Python from the tool cache
13-
setupPython("3.8.0", "x64");
13+
setupPython("3.8.x", "x64");
1414

1515
// Install requirements
1616
await exec.exec("pip", [

0 commit comments

Comments
 (0)