We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298706c commit bc4f59cCopy full SHA for bc4f59c
.github/workflows/pytest.yml
@@ -27,12 +27,13 @@ jobs:
27
- name: Install python dependencies
28
run: |
29
curl -sSL https://install.python-poetry.org | python3 -
30
- poetry export --without-hashes --dev --output requirements.txt
+ poetry export --without-hashes --output requirements.txt
31
python -m pip install --upgrade pip
32
pip install wheel
33
pip install -r requirements.txt
34
python -m textblob.download_corpora
35
python -m spacy download en_core_web_sm
36
+ pip install pytest
37
- name: Test with pytest
38
39
pytest
0 commit comments