Skip to content

Commit

Permalink
fix extra name
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Oct 9, 2023
1 parent 72d85c3 commit e4a6523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo apt-get update
sudo apt-get install ripgrep
python -m pip install -U "jupyterlab>=4.0.0,<5"
python -m pip install .[tests]
python -m pip install .[test]
- name: Lint the extension
run: |
Expand Down

0 comments on commit e4a6523

Please sign in to comment.