Skip to content

Commit

Permalink
tbr: Remove this comment once released
Browse files Browse the repository at this point in the history
  • Loading branch information
rlmanrique committed Nov 20, 2024
1 parent e139084 commit 17a0fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ jobs:
glob: '*.json'

ann-benchmarks-lasq-sift-aws:
needs: [newer-or-equal-than-1_28]
#needs: [newer-or-equal-than-1_28] ## TODO: uncomment when we have a version with LASQ
if: ${{ (needs.newer-or-equal-than-1_28.outputs.check == 'true') && (github.event.inputs.test_to_run == 'ann-benchmarks-lasq-sift-aws' || github.event.inputs.test_to_run == '')}}
name: "[bench AWS] SIFT1M lasq=true"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -384,7 +384,7 @@ jobs:
destination: 'ann-pipelines/github-action-runs'
glob: '*.json'
ann-benchmarks-lasq-glove-aws:
needs: [newer-or-equal-than-1_28]
#needs: [newer-or-equal-than-1_28] ## TODO: uncomment when we have a version with LASQ
if: ${{ (needs.newer-or-equal-than-1_28.outputs.check == 'true') && ( github.event.inputs.test_to_run == 'ann-benchmarks-lasq-glove-aws' || github.event.inputs.test_to_run == '' ) }}
name: "[bench AWS] Glove100 lasq=true"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 17a0fea

Please sign in to comment.