Skip to content

Commit 5d75437

Browse files
committed
build: install training dependencies when publishing
1 parent 2ce8737 commit 5d75437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
python-version: "3.8"
1919
- name: Install dependencies
2020
run: |
21-
curl -sSL https://install.python-poetry.org | python - --version 1.2.1
22-
poetry install
21+
curl -sSL https://install.python-poetry.org | python - --version 1.2.2
22+
poetry install -E training
2323
2424
- name: Run tests
2525
run: |

0 commit comments

Comments
 (0)