Skip to content

Commit

Permalink
chore: Revert back ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-space-invader committed Mar 11, 2025
1 parent d97a86d commit 2acc938
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,44 +37,44 @@ jobs:
python -m pip install poetry
poetry config virtualenvs.create false
poetry install --no-interaction --no-ansi --all-extras
- name: Set up cache for FastEmbed models
uses: actions/cache@v3
with:
path: /tmp/fastembed_cache
key: fastembed-cache
restore-keys: |
fastembed-cache
# - name: Run async client generation tests
# run: |
# if [[ ${{ matrix.python-version }} == "3.10.x" ]]; then
# ./tests/async-client-consistency-check.sh
# fi
# shell: bash
# - name: Run inspection cache population tests
# run: |
# if [[ ${{ matrix.python-version }} == "3.10.x" ]]; then
# ./tests/inspection-cache-consistency-check.sh
# fi
# shell: bash
# - name: Check conversion coverage
# run: |
# export RUNNER_OS=${{ runner.os }}
# ./tests/coverage-test.sh
# shell: bash
# - name: Run Python doc tests
# run: |
# python -m doctest qdrant_client/local/local_collection.py
# - name: Set up cache for FastEmbed models
# uses: actions/cache@v3
# with:
# path: /tmp/fastembed_cache
# key: fastembed-cache
# restore-keys: |
# fastembed-cache
- name: Run async client generation tests
run: |
if [[ ${{ matrix.python-version }} == "3.10.x" ]]; then
./tests/async-client-consistency-check.sh
fi
shell: bash
- name: Run inspection cache population tests
run: |
if [[ ${{ matrix.python-version }} == "3.10.x" ]]; then
./tests/inspection-cache-consistency-check.sh
fi
shell: bash
- name: Check conversion coverage
run: |
export RUNNER_OS=${{ runner.os }}
./tests/coverage-test.sh
shell: bash
- name: Run Python doc tests
run: |
python -m doctest qdrant_client/local/local_collection.py
- name: Run integration tests
run: |
./tests/integration-tests.sh
shell: bash
# - name: Backward compatibility integration tests
# run: |
# export RUNNER_OS=${{ runner.os }}
# QDRANT_VERSION='v1.12.6' ./tests/integration-tests.sh
# shell: bash
# - name: Run fastembed tests without fastembed
# run: |
# pip3 uninstall fastembed -y
# time pytest tests/test_fastembed.py -n auto --durations=0
# shell: bash
- name: Backward compatibility integration tests
run: |
export RUNNER_OS=${{ runner.os }}
QDRANT_VERSION='v1.12.6' ./tests/integration-tests.sh
shell: bash
- name: Run fastembed tests without fastembed
run: |
pip3 uninstall fastembed -y
time pytest tests/test_fastembed.py -n auto --durations=0
shell: bash

0 comments on commit 2acc938

Please sign in to comment.