mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 17:08:47 +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..."
|
||||
poetry install -E extended_testing
|
||||
fi
|
||||
- name: Run $${{matrix.test_type}} tests
|
||||
- name: Run ${{matrix.test_type}} tests
|
||||
run: |
|
||||
make tests
|
||||
make test
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user