зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-29 13:06:04 +02:00
Fixing macos compatibility (#92)
* changed salesforce-lavis to fork with MacOS compatibility (release 1.0.2) * added macos to CI
Этот коммит содержится в:
родитель
44e5a987b1
Коммит
8ea7903806
2
.github/workflows/ci.yml
поставляемый
2
.github/workflows/ci.yml
поставляемый
@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-22.04,windows-latest]
|
||||
os: [ubuntu-22.04,windows-latest,macos-latest]
|
||||
python-version: [3.9]
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
@ -43,7 +43,7 @@ dependencies = [
|
||||
"pytest-cov",
|
||||
"Requests",
|
||||
"retina_face",
|
||||
"salesforce-lavis",
|
||||
"salesforce-lavis @ git+https://github.com/piterand/LAVIS.git@release_1.0.2",
|
||||
"setuptools",
|
||||
"spacy",
|
||||
"spacytextblob",
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user