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 004547e commit 2c96bb6Copy full SHA for 2c96bb6
.github/workflows/build_wheels_linux.yml
@@ -51,6 +51,7 @@ jobs:
51
SDIST: ${{ matrix.build_sdist || 0 }}
52
ENABLE_HEADLESS: ${{ matrix.without_gui }}
53
ENABLE_CONTRIB: ${{ matrix.with_contrib }}
54
+ PIP_INDEX_URL: https://pypi.org/simple
55
56
steps:
57
- name: Cleanup
0 commit comments