mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-12 21:11:43 +00:00
Add check to verify poetry.toml (#4794)
# Add poetry check to github action Check poetry toml file during tests for errors
This commit is contained in:
5
.github/actions/poetry_setup/action.yml
vendored
5
.github/actions/poetry_setup/action.yml
vendored
@@ -50,6 +50,11 @@ runs:
|
||||
- run: pipx install poetry==${{ inputs.poetry-version }} --python python${{ inputs.python-version }}
|
||||
shell: bash
|
||||
|
||||
- name: Check Poetry File
|
||||
shell: bash
|
||||
run: |
|
||||
poetry check
|
||||
|
||||
- name: Check lock file
|
||||
shell: bash
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user