mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-17 00:17:47 +00:00
remove extraneous comments
This commit is contained in:
parent
53bd808aa5
commit
f48aa0f200
3
.github/workflows/codspeed.yml
vendored
3
.github/workflows/codspeed.yml
vendored
@ -1,7 +1,6 @@
|
|||||||
name: CodSpeed
|
name: CodSpeed
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Re-usable workflow
|
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
working-directory:
|
working-directory:
|
||||||
@ -13,7 +12,6 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
description: "Python version to use"
|
description: "Python version to use"
|
||||||
|
|
||||||
# Manual run (you will be prompted for the two inputs)
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -29,7 +27,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ inputs.python-version }}
|
python-version: ${{ inputs.python-version }}
|
||||||
|
|
||||||
# Using this action is still necessary for CodSpeed to work
|
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ inputs.python-version }}
|
python-version: ${{ inputs.python-version }}
|
||||||
|
Loading…
Reference in New Issue
Block a user