From 6e559a1612a2303724c95f2d376151bccb55bb98 Mon Sep 17 00:00:00 2001 From: c-bata Date: Tue, 14 Jan 2025 13:20:00 +0900 Subject: [PATCH] Update --- .github/workflows/python-tests.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index e724b051..7d1d5a5a 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -146,23 +146,6 @@ jobs: working-directory: jupyterlab run: yarn install - - working-directory: jupyterlab - run: npm ls react - - - working-directory: jupyterlab - run: npm ls @types/react - - - working-directory: jupyterlab - env: - YARN_ENABLE_IMMUTABLE_INSTALLS: false - run: jlpm - - - name: editable install - working-directory: jupyterlab - env: - YARN_ENABLE_IMMUTABLE_INSTALLS: false - run: pip install -e . - - name: Build package working-directory: jupyterlab env: