mirror of
https://github.com/qdrant/fastembed.git
synced 2026-08-06 10:01:05 -05:00
disable large models on non-ubuntu CI
This commit is contained in:
4
.github/workflows/python-tests.yml
vendored
4
.github/workflows/python-tests.yml
vendored
@@ -39,5 +39,7 @@ jobs:
|
||||
poetry config virtualenvs.create false
|
||||
poetry install --no-interaction --no-ansi
|
||||
- name: Run tests
|
||||
run: pytest
|
||||
run: |
|
||||
export IS_UBUNTU_CI=$(test "${{ matrix.os }}" = "ubuntu-latest" && echo "true" || echo "false")
|
||||
pytest
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user