Commit 06c989d
Fix CentOS Stream 9 wheel test: allow PyPI access for numpy dependency
The --no-index flag prevented pip from fetching the numpy dependency
from PyPI. Using --find-links alone lets pip find netgraph-core from
the local wheelhouse while resolving numpy from PyPI.
Co-authored-by: Andrey G <networmix@gmail.com>1 parent 698bbc4 commit 06c989d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments