mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-19 21:33:31 -04: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:
@@ -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