Skip to content

Commit

Permalink
use npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed May 2, 2024
1 parent 1a8d8d4 commit 432ffea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: "3.11"
- name: Install dependencies
run: |
npm ci
npm install
python -m pip install .
python -m pip install jupyterlab
- name: Install Playwright Browser
Expand Down

0 comments on commit 432ffea

Please sign in to comment.