Skip to content

Commit 145d53e

Browse files
committed
ci: pass the extra index url in the check_code_quality job
1 parent 0f16066 commit 145d53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install .[quality]
28+
pip install --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple .[quality]
2929
- name: Check quality
3030
run: |
3131
ruff check tests src benchmarks utils setup.py # linter

0 commit comments

Comments
 (0)