Skip to content

Commit e319a5a

Browse files
committed
Use Poetry to install dependencies
1 parent fb19ccf commit e319a5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
with:
1919
python-version: 3.11
2020
- name: Install dependencies
21-
run: pip install -r training/requirements.txt
21+
run: |
22+
pip install poetry
23+
cd training && poetry install
2224
- name: Run formatter, linter and type checker
2325
run: |
2426
black --check .

0 commit comments

Comments
 (0)