We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa3716 commit c0624f6Copy full SHA for c0624f6
.github/workflows/build.yaml
@@ -29,8 +29,7 @@ jobs:
29
run: |
30
python -m pip install --upgrade pip
31
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
+ poetry install
34
- name: Download english corpus
35
run: python -m spacy download en_core_web_sm
36
- name: set pythonpath
0 commit comments