Skip to content

Commit af1346f

Browse files
authored
fix: Fix permissions error in pipeline when generating Python runtime
1 parent cc3ec87 commit af1346f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jsii-python-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Python client for jsii runtime",
55
"main": "index.js",
66
"scripts": {
7-
"generate": "bin/generate",
7+
"generate": "python3 bin/generate",
88
"deps": "python -m venv .env && .env/bin/pip install pip==19.0.1 setuptools==40.7.0 wheel==0.32.3 && .env/bin/pip install -r requirements.txt",
99
"build": "npm run generate && npm run deps && .env/bin/python setup.py sdist -d . bdist_wheel -d . && rm -rf build",
1010
"package": "package-python",

0 commit comments

Comments
 (0)