Skip to content

Commit

Permalink
Remove hardcoding of version in knn CI (opensearch-project#334)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Mar 28, 2022
1 parent 9e38d39 commit 395fc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run build
run: |
./gradlew build -Dopensearch.version=2.0.0-alpha1-SNAPSHOT
./gradlew build
- name: Run k-NN Backwards Compatibility Tests
run: |
Expand Down

0 comments on commit 395fc5f

Please sign in to comment.