Skip to content

Commit eadad77

Browse files
authored
Merge pull request #334 from weaviate/rodrigo/rq_1_bit
RQ 1 bit: Run tests for 1.33 release
2 parents b615c95 + 7c5409a commit eadad77

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ jobs:
198198
uses: fabriziocacicia/[email protected]
199199
with:
200200
first: ${{ needs.real-version-in-tag.outputs.real_version }}
201-
second: "1.33.0-dev" # TODO: change to 1.33.0 when the version is released
202-
operator: ">="
201+
second: "1.33.0"
202+
operator: ">="
203203
filter-memory-leak:
204204
name: Filter (cache) memory leak when querying while importing
205205
if: ${{ github.event.inputs.test_to_run == 'filter-memory-leak' || github.event.inputs.test_to_run == '' }}
@@ -490,6 +490,7 @@ jobs:
490490
if: ${{ needs.newer-or-equal-than-1_33.outputs.check == 'true' }}
491491
env:
492492
RQ_BITS: 1
493+
REQUIRED_RECALL: 0.55
493494
run: ./ann_benchmark_quantization_aws.sh
494495
- name: Cleanup AWS resources
495496
if: always()

0 commit comments

Comments
 (0)