mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-28 17:38:36 +00:00
Test workflow, fix minor typos (#4495)
# Fix 2 minor typos in test workflow. This PR does not result in any functional changes.
This commit is contained in:
parent
f373883c1a
commit
146616aa5d
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
echo "Running extended tests, installing dependencies with poetry..."
|
echo "Running extended tests, installing dependencies with poetry..."
|
||||||
poetry install -E extended_testing
|
poetry install -E extended_testing
|
||||||
fi
|
fi
|
||||||
- name: Run $${{matrix.test_type}} tests
|
- name: Run ${{matrix.test_type}} tests
|
||||||
run: |
|
run: |
|
||||||
make tests
|
make test
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user