rename DenseVector/dense_vector field type to KnnVector/knn_vector #2251
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Unified Release | |
on: [push, pull_request] | |
jobs: | |
assemble: | |
name: Assemble | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
matrix: | |
stack_version: ["2.7.2"] | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- run: "./.ci/make.sh assemble ${{ matrix.stack_version }}" | |
name: Assemble ${{ matrix.stack_version }} |