Skip to content
Snippets Groups Projects
Commit 18dfe8c6 authored by James Briggs's avatar James Briggs
Browse files

fix: poetry refs

parent 382ba59f
No related branches found
No related tags found
No related merge requests found
......@@ -15,11 +15,9 @@ jobs:
matrix:
python-version:
- "3.13"
env:
POETRY_VERSION: "2.0.1"
steps:
- uses: actions/checkout@v4
- name: Cache Poetry
- name: Cache uv
uses: actions/cache@v4
with:
path: ~/.uv
......
......@@ -6,9 +6,6 @@ on:
pull_request:
env:
POETRY_VERSION: "2.0.1"
jobs:
build:
runs-on: ubuntu-latest
......@@ -18,7 +15,7 @@ jobs:
- "3.13"
steps:
- uses: actions/checkout@v3
- name: Cache Poetry
- name: Cache uv
uses: actions/cache@v4
with:
path: ~/.uv
......
......@@ -5,9 +5,6 @@ on:
push:
branches: [ james/uv-migration ]
env:
POETRY_VERSION: "2.0.1"
jobs:
build:
runs-on: ubuntu-latest
......@@ -68,7 +65,8 @@ jobs:
PINECONE_API_BASE_URL: http://localhost:5080
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
run: make test
run: |
make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment