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 0f16066 commit 145d53eCopy full SHA for 145d53e
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
28
- pip install .[quality]
+ pip install --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple .[quality]
29
- name: Check quality
30
31
ruff check tests src benchmarks utils setup.py # linter
0 commit comments