Remove npm-link step (#2480)

This commit is contained in:
Hood Chatham 2022-05-04 14:06:55 -06:00 committed by GitHub
parent f04ba9d56a
commit ccf97a9bc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -178,6 +178,7 @@ jobs:
- run:
name: test
command: |
make npm-link
mkdir test-results
tools/pytest_wrapper.py \
--junitxml=test-results/junit.xml \
@ -195,6 +196,7 @@ jobs:
- run:
name: stack-size
command: |
make npm-link
pytest -s benchmark/stack_usage.py | sed -n 's/## //pg'
test-python:

View File

@ -13,7 +13,6 @@ all: check \
dist/pyodide.js \
dist/pyodide.d.ts \
dist/package.json \
npm-link \
dist/console.html \
dist/distutils.tar \
dist/test.tar \