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 1adebba commit 42a1530Copy full SHA for 42a1530
.github/workflows/_test.yml
@@ -28,9 +28,6 @@ jobs:
28
with:
29
python-version: ${{ matrix.python-version }}
30
cache: 'pip'
31
- - name: Install Python global dependencies
32
- run: |
33
- pip install maturin pytest
34
- uses: actions/cache@v4
35
36
path: .venv
@@ -41,5 +38,7 @@ jobs:
41
38
run: |
42
39
python -m venv .venv
43
40
source .venv/bin/activate
+ pip install maturin pytest
44
maturin develop
45
- pytest python/cocoindex/tests
+ cd python
+ pytest cocoindex/tests
0 commit comments