This commit is contained in:
Bagatur
2023-12-08 13:28:35 -08:00
parent f9c2173203
commit 7b17c5a2c9
2 changed files with 12 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ on:
- libs/langchain
- libs/core
- libs/experimental
- libs/community
# If another push to the same PR or branch happens while this workflow is still running,

View File

@@ -7,6 +7,17 @@ on:
required: true
type: string
description: "From which folder this pipeline executes"
workflow_dispatch:
inputs:
working-directory:
required: true
type: choice
default: 'libs/langchain'
options:
- libs/langchain
- libs/core
- libs/experimental
- libs/community
env:
PYTHON_VERSION: "3.10"