mirror of
https://github.com/status-im/create-pull-request.git
synced 2025-02-24 04:18:27 +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}`);
|
core.debug(`src: ${src}`);
|
||||||
|
|
||||||
// Setup Python from the tool cache
|
// Setup Python from the tool cache
|
||||||
setupPython("3.8.1", "x64");
|
setupPython("3.8.x", "x64");
|
||||||
|
|
||||||
// Install requirements
|
// Install requirements
|
||||||
await exec.exec("pip", [
|
await exec.exec("pip", [
|
||||||
|
2
index.js
2
index.js
@ -10,7 +10,7 @@ async function run() {
|
|||||||
core.debug(`src: ${src}`);
|
core.debug(`src: ${src}`);
|
||||||
|
|
||||||
// Setup Python from the tool cache
|
// Setup Python from the tool cache
|
||||||
setupPython("3.8.1", "x64");
|
setupPython("3.8.x", "x64");
|
||||||
|
|
||||||
// Install requirements
|
// Install requirements
|
||||||
await exec.exec("pip", [
|
await exec.exec("pip", [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user