Skip to content

Commit

Permalink
add step to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Feb 26, 2024
1 parent 75afae1 commit dfb2e2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-vector-serve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
python-version: 3.11.1
- name: Setup
run: make setup
- name: Init Model Cache
run: make download.models
- name: Lints
run: make check
- name: Tests
Expand Down

0 comments on commit dfb2e2f

Please sign in to comment.