Upgrade CI workflows to poetry 1.6.1. (#11344)

This commit is contained in:
Predrag Gruevski
2023-10-03 19:23:54 -04:00
committed by GitHub
parent 6a936488db
commit d21dd72d64
8 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ on:
description: "From which folder this pipeline executes"
env:
POETRY_VERSION: "1.5.1"
POETRY_VERSION: "1.6.1"
WORKDIR: ${{ inputs.working-directory == '' && '.' || inputs.working-directory }}
jobs:

View File

@@ -9,7 +9,7 @@ on:
description: "From which folder this pipeline executes"
env:
POETRY_VERSION: "1.5.1"
POETRY_VERSION: "1.6.1"
jobs:
build:

View File

@@ -9,7 +9,7 @@ on:
description: "From which folder this pipeline executes"
env:
POETRY_VERSION: "1.5.1"
POETRY_VERSION: "1.6.1"
jobs:
if_release:

View File

@@ -9,7 +9,7 @@ on:
description: "From which folder this pipeline executes"
env:
POETRY_VERSION: "1.5.1"
POETRY_VERSION: "1.6.1"
jobs:
build:

View File

@@ -26,7 +26,7 @@ concurrency:
cancel-in-progress: true
env:
POETRY_VERSION: "1.5.1"
POETRY_VERSION: "1.6.1"
WORKDIR: "libs/langchain"
jobs:

View File

@@ -26,7 +26,7 @@ concurrency:
cancel-in-progress: true
env:
POETRY_VERSION: "1.5.1"
POETRY_VERSION: "1.6.1"
WORKDIR: "libs/experimental"
jobs:

View File

@@ -6,7 +6,7 @@ on:
- cron: '0 13 * * *'
env:
POETRY_VERSION: "1.5.1"
POETRY_VERSION: "1.6.1"
jobs:
build: