Skip to content

Commit

Permalink
fix xi
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Apr 18, 2024
1 parent 866fffa commit 0666fe6
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build-ollama-serve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,8 @@ defaults:
working-directory: ./ollama-serve/

jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11.1
uses: actions/setup-python@v5
with:
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
run: make test
build_and_push:
name: Build and push images
needs: tests
runs-on:
- self-hosted
- dind
Expand Down

0 comments on commit 0666fe6

Please sign in to comment.