Skip to content

Commit c0624f6

Browse files
committed
Fix build
1 parent faa3716 commit c0624f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
run: |
3030
python -m pip install --upgrade pip
3131
python -m pip install flake8 pytest poetry
32-
poetry export -f requirements.txt --without-hashes --with dev > requirements.txt
33-
pip install -r requirements.txt
32+
poetry install
3433
- name: Download english corpus
3534
run: python -m spacy download en_core_web_sm
3635
- name: set pythonpath

0 commit comments

Comments
 (0)