* changed salesforce-lavis to fork with MacOS compatibility (release 1.0.2)

* added macos to CI
Этот коммит содержится в:
Petr Andriushchenko 2023-06-19 11:05:38 +02:00 коммит произвёл GitHub
родитель 44e5a987b1
Коммит 8ea7903806
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

2
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [ubuntu-22.04,windows-latest] os: [ubuntu-22.04,windows-latest,macos-latest]
python-version: [3.9] python-version: [3.9]
steps: steps:
- name: Checkout repository - name: Checkout repository

Просмотреть файл

@ -43,7 +43,7 @@ dependencies = [
"pytest-cov", "pytest-cov",
"Requests", "Requests",
"retina_face", "retina_face",
"salesforce-lavis", "salesforce-lavis @ git+https://github.com/piterand/LAVIS.git@release_1.0.2",
"setuptools", "setuptools",
"spacy", "spacy",
"spacytextblob", "spacytextblob",