Skip to content

Commit

Permalink
github: workflows: ci: test: remove left over npm command
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <[email protected]>
  • Loading branch information
fscherf committed Feb 7, 2024
1 parent c10a441 commit 6e6c170
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install -y
npm install
pip install --upgrade setuptools tox
pip install .[test]
python -m playwright install-deps
Expand Down

0 comments on commit 6e6c170

Please sign in to comment.