Skip to content

Commit

Permalink
removing unecessary npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-trzesiok committed May 22, 2023
1 parent 7bd67c6 commit cb7a1b8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,7 @@ jobs:
with:
node-version: "16"
- name: Install
run: |
python -m pip install -e ".[dev,examples]"
cd js
npm install
cd ..
npm install
run: python -m pip install -e ".[dev,examples]"
- name: Run tests
run: cd k3d && python -m pytest
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cb7a1b8

Please sign in to comment.