Skip to content

Commit a313f90

Browse files
committed
build: install extras when testing
1 parent 633946d commit a313f90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ jobs:
3030
3131
- name: Install dependencies
3232
run: |
33-
curl -sSL https://install.python-poetry.org | python - --version 1.2.1
34-
poetry install --no-root
33+
curl -sSL https://install.python-poetry.org | python - --version 1.2.2
34+
poetry install --no-root -E training
3535
3636
- name: Lint
3737
run: |
3838
poetry run black --check lantern
3939
4040
- name: Run tests
4141
run: |
42-
poetry run pytest
42+
poetry run pytest -s
4343
4444
- name: Build wheels
4545
run: |

0 commit comments

Comments
 (0)