Skip to content

Commit e816f0e

Browse files
committed
fix: allow test install download from pypi
1 parent c335281 commit e816f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
python-version: ${{ matrix.py }}
7474
- run: python -V
75-
- run: pip install --no-index --find-links=./ cocoindex
75+
- run: pip install --find-links=./ cocoindex
7676
- run: python -c "import cocoindex, sys; print('import ok on', sys.version)"
7777

7878

0 commit comments

Comments
 (0)