Skip to content

Commit

Permalink
ci(worker): Remove npm install step from python test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Nov 11, 2024
1 parent 075f170 commit 5caacee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
run: pip install 'pipenv==2023.7.23'
- name: Install dependencies
run: pipenv install --dev
- name: Install bids-validator
run: npm install
- name: Configure git defaults
run: |
git config --global user.name "Git Worker"
Expand Down

0 comments on commit 5caacee

Please sign in to comment.