Skip python setup when running in a container

This commit is contained in:
Peter Evans 2020-02-13 16:26:04 +09:00
parent bceebba814
commit 9d58699da5
4 changed files with 54 additions and 31 deletions

View file

@ -23,7 +23,8 @@
"dependencies": {
"@actions/core": "^1.1.1",
"@actions/exec": "^1.0.1",
"@actions/tool-cache": "^1.1.2"
"@actions/tool-cache": "^1.1.2",
"is-docker": "^2.0.0"
},
"devDependencies": {
"@zeit/ncc": "0.21.1"