We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412d5cb commit 564525cCopy full SHA for 564525c
.github/workflows/_test.yml
@@ -39,19 +39,19 @@ jobs:
39
key: ${{ runner.os }}-pythonenv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
40
restore-keys: |
41
${{ runner.os }}-pythonenv-${{ matrix.python-version }}-
42
- - name: Install toolchains
+ - name: Install Python toolchains
43
run: |
44
source .venv/bin/activate
45
pip install maturin pytest mypy
46
- - name: Build
+ - name: Python build
47
48
49
maturin develop
50
- - name: Type check (mypy)
+ - name: Python type check (mypy)
51
52
53
mypy python
54
- - name: Run tests
+ - name: Python tests
55
56
57
pytest python/cocoindex/tests
0 commit comments