We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350c598 commit a0111aaCopy full SHA for a0111aa
dist/index.js
@@ -1012,7 +1012,7 @@ async function run() {
1012
core.debug(`src: ${src}`);
1013
1014
// Setup Python from the tool cache
1015
- setupPython("3.8.0", "x64");
+ setupPython("3.8.x", "x64");
1016
1017
// Install requirements
1018
await exec.exec("pip", [
index.js
@@ -10,7 +10,7 @@ async function run() {
10
11
12
13
14
15
16
0 commit comments