Skip to content

Commit

Permalink
Merge pull request #97 from peter-evans/dev
Browse files Browse the repository at this point in the history
Update Python to version 3.8.1
  • Loading branch information
peter-evans authored Jan 17, 2020
2 parents 8246a6a + 615d7c8 commit 9f9af3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.1", "x64");

// Install requirements
await exec.exec("pip", [
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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", [
Expand Down

0 comments on commit 9f9af3e

Please # to comment.