Skip to content

Commit e6edc9e

Browse files
typo to fix CI dependencies install
1 parent 202efef commit e6edc9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
pre-commit run --all-files
7070
7171
# Run example python scripts and notebooks
72-
example:
72+
examples:
7373
runs-on: ubuntu-latest
7474

7575
steps:
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Install Dependencies
8484
run: |
85-
pip install .[example]
85+
pip install .[examples]
8686
pip install jupyterlab
8787
8888
- name: Run example scripts

0 commit comments

Comments
 (0)