poetry 2 see how much breaks

This commit is contained in:
Erick Friis 2025-01-08 14:42:53 -08:00
parent fa6f08faa1
commit a2f5acd2bf
12 changed files with 12 additions and 12 deletions

View File

@ -13,7 +13,7 @@ on:
description: "Python version to use" description: "Python version to use"
env: env:
POETRY_VERSION: "1.8.4" POETRY_VERSION: "2.0.0"
jobs: jobs:
build: build:

View File

@ -12,7 +12,7 @@ on:
description: "Python version to use" description: "Python version to use"
env: env:
POETRY_VERSION: "1.8.4" POETRY_VERSION: "2.0.0"
jobs: jobs:
build: build:

View File

@ -13,7 +13,7 @@ on:
description: "Python version to use" description: "Python version to use"
env: env:
POETRY_VERSION: "1.8.4" POETRY_VERSION: "2.0.0"
WORKDIR: ${{ inputs.working-directory == '' && '.' || inputs.working-directory }} WORKDIR: ${{ inputs.working-directory == '' && '.' || inputs.working-directory }}
# This env var allows us to get inline annotations when ruff has complaints. # This env var allows us to get inline annotations when ruff has complaints.

View File

@ -21,7 +21,7 @@ on:
env: env:
PYTHON_VERSION: "3.11" PYTHON_VERSION: "3.11"
POETRY_VERSION: "1.8.4" POETRY_VERSION: "2.0.0"
jobs: jobs:
build: build:

View File

@ -13,7 +13,7 @@ on:
description: "Python version to use" description: "Python version to use"
env: env:
POETRY_VERSION: "1.8.4" POETRY_VERSION: "2.0.0"
jobs: jobs:
build: build:

View File

@ -9,7 +9,7 @@ on:
description: "Python version to use" description: "Python version to use"
env: env:
POETRY_VERSION: "1.8.4" POETRY_VERSION: "2.0.0"
jobs: jobs:
build: build:

View File

@ -18,7 +18,7 @@ on:
description: "Pydantic version to test." description: "Pydantic version to test."
env: env:
POETRY_VERSION: "1.8.4" POETRY_VERSION: "2.0.0"
jobs: jobs:
build: build:

View File

@ -14,7 +14,7 @@ on:
description: "Release from a non-master branch (danger!)" description: "Release from a non-master branch (danger!)"
env: env:
POETRY_VERSION: "1.8.4" POETRY_VERSION: "2.0.0"
PYTHON_VERSION: "3.10" PYTHON_VERSION: "3.10"
jobs: jobs:

View File

@ -5,7 +5,7 @@ on:
schedule: schedule:
- cron: '0 13 * * *' - cron: '0 13 * * *'
env: env:
POETRY_VERSION: "1.8.4" POETRY_VERSION: "2.0.0"
PYTHON_VERSION: "3.11" PYTHON_VERSION: "3.11"
jobs: jobs:

View File

@ -18,7 +18,7 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
env: env:
POETRY_VERSION: "1.8.4" POETRY_VERSION: "2.0.0"
jobs: jobs:
build: build:

View File

@ -15,7 +15,7 @@ on:
- cron: '0 13 * * *' - cron: '0 13 * * *'
env: env:
POETRY_VERSION: "1.8.4" POETRY_VERSION: "2.0.0"
jobs: jobs:
build: build:

View File

@ -13,7 +13,7 @@ on:
- cron: '0 13 * * *' - cron: '0 13 * * *'
env: env:
POETRY_VERSION: "1.8.4" POETRY_VERSION: "2.0.0"
DEFAULT_LIBS: '["libs/partners/openai", "libs/partners/anthropic", "libs/partners/fireworks", "libs/partners/groq", "libs/partners/mistralai", "libs/partners/google-vertexai", "libs/partners/google-genai", "libs/partners/aws"]' DEFAULT_LIBS: '["libs/partners/openai", "libs/partners/anthropic", "libs/partners/fireworks", "libs/partners/groq", "libs/partners/mistralai", "libs/partners/google-vertexai", "libs/partners/google-genai", "libs/partners/aws"]'
jobs: jobs: