Update poetry version used in ci

This commit is contained in:
Nuno Campos
2025-04-08 17:52:24 -07:00
parent 288fe12933
commit c6f5e561ec
13 changed files with 19 additions and 32 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ on:
type: string
description: "JSON string of changed files"
schedule:
- cron: '0 13 * * *'
- cron: "0 13 * * *"
defaults:
run:
@@ -30,7 +30,7 @@ jobs:
uses: "./.github/actions/poetry_setup"
with:
python-version: 3.11
poetry-version: 1.7.1
poetry-version: 2.1.2
cache-key: test-langgraph-notebooks
- name: Install dependencies