infra: ci naming (#16890)

Make it clearer how to run equivalent commands locally

Not a perfect 1:1, but will help people get started

![Screenshot 2024-02-01 at 10 53
34 AM](https://github.com/langchain-ai/langchain/assets/9557659/da271aaf-d5db-41e3-9379-cb1d8a0232c5)
This commit is contained in:
Erick Friis
2024-02-01 11:09:37 -08:00
committed by GitHub
parent c5b01ac621
commit 5b3fc86cfd
9 changed files with 16 additions and 44 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
name: Python ${{ matrix.python-version }}
name: python${{ matrix.python-version }}
steps:
- uses: actions/checkout@v4