mirror of
https://github.com/status-im/create-pull-request.git
synced 2025-02-23 20:08:17 +00:00
Merge pull request #98 from peter-evans/dev
Follow the python minor version
This commit is contained in:
commit
c202684c92
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -1012,7 +1012,7 @@ async function run() {
|
||||
core.debug(`src: ${src}`);
|
||||
|
||||
// Setup Python from the tool cache
|
||||
setupPython("3.8.1", "x64");
|
||||
setupPython("3.8.x", "x64");
|
||||
|
||||
// Install requirements
|
||||
await exec.exec("pip", [
|
||||
|
Loading…
x
Reference in New Issue
Block a user