This commit is contained in:
Omri Mendels 2023-03-15 11:23:56 +02:00 коммит произвёл GitHub
Родитель 0375b0f612
Коммит 2c9a4ce0c8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

1
.github/workflows/python-package.yml поставляемый
Просмотреть файл

@ -29,6 +29,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m spacy download en_core_web_sm
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names