Skip to content

Commit 564525c

Browse files
committed
style: minor words adjustment for workflow
1 parent 412d5cb commit 564525c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ jobs:
3939
key: ${{ runner.os }}-pythonenv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
4040
restore-keys: |
4141
${{ runner.os }}-pythonenv-${{ matrix.python-version }}-
42-
- name: Install toolchains
42+
- name: Install Python toolchains
4343
run: |
4444
source .venv/bin/activate
4545
pip install maturin pytest mypy
46-
- name: Build
46+
- name: Python build
4747
run: |
4848
source .venv/bin/activate
4949
maturin develop
50-
- name: Type check (mypy)
50+
- name: Python type check (mypy)
5151
run: |
5252
source .venv/bin/activate
5353
mypy python
54-
- name: Run tests
54+
- name: Python tests
5555
run: |
5656
source .venv/bin/activate
5757
pytest python/cocoindex/tests

0 commit comments

Comments
 (0)