Skip to content

Commit b1305cb

Browse files
committed
another attempt
1 parent 957e676 commit b1305cb

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ jobs:
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

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
/.project
66
/.pydevproject
77
/.pydevproject.bak
8+
/.python-version
89
/.settings/
910
/.vscode/
11+
/build/
1012
/constraints-mxdev.txt
1113
/coverage/
1214
/dist/
@@ -26,4 +28,3 @@
2628
/sources/
2729
/twistd.pid
2830
/venv/
29-
/build

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: .

0 commit comments

Comments
 (0)