File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2323 with :
2424 python-version : ${{ matrix.python-version }}
2525
26- - name : Install Corepack
27- run : |
28- npm install --global corepack@latest
29- corepack enable
30-
3126 - name : Show Python version
3227 run : python -c "import sys; print(sys.version)"
3328
Original file line number Diff line number Diff line change 55/.project
66/.pydevproject
77/.pydevproject.bak
8+ /.python-version
89/.settings /
910/.vscode /
11+ /build /
1012/constraints-mxdev.txt
1113/coverage /
1214/dist /
2628/sources /
2729/twistd.pid
2830/venv /
29- /build
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ PROJECT_PATH_PYTHON?=
5757# The package manager to use. Defaults to `npm`. Possible values
5858# are `npm` and `pnpm`
5959# Default: npm
60- NODEJS_PACKAGE_MANAGER? =pnpm
60+ NODEJS_PACKAGE_MANAGER? =npm
6161
6262# Value for `--prefix` option when installing packages.
6363# Default: .
You can’t perform that action at this time.
0 commit comments