Skip to content

Commit 2845911

Browse files
committed
comment out min dep job for now
1 parent 681c32a commit 2845911

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ jobs:
6868
- name: Install dependencies (no optional features)
6969
if: matrix.dependencies-version == 'min-optional'
7070
run: uv pip install --system --compile "scanpy[dev,test-min] @ ." "fast-array-utils @ git+https://github.com/scverse/fast-array-utils.git@0d"
71-
- name: Install dependencies (minimum versions)
72-
if: matrix.dependencies-version == 'minimum'
73-
run: |
74-
uv pip install --system --compile tomli packaging
75-
deps=$(python3 ci/scripts/min-deps.py pyproject.toml --extra dev test)
76-
uv pip install --system --compile $deps "scanpy @ ." "fast-array-utils @ git+https://github.com/scverse/fast-array-utils.git@0d"
71+
#- name: Install dependencies (minimum versions)
72+
# if: matrix.dependencies-version == 'minimum'
73+
# run: |
74+
# uv pip install --system --compile tomli packaging
75+
# deps=$(python3 ci/scripts/min-deps.py pyproject.toml --extra dev test)
76+
# uv pip install --system --compile $deps "scanpy @ ." "fast-array-utils @ git+https://github.com/scverse/fast-array-utils.git@0d"
7777
- name: Install dependencies (pre-release versions)
7878
if: matrix.dependencies-version == 'pre-release'
7979
run: uv pip install -v --system --compile --pre "scanpy[dev,test-full] @ ." "anndata[dev,test] @ git+https://github.com/scverse/anndata.git" "fast-array-utils @ git+https://github.com/scverse/fast-array-utils.git@0d"

0 commit comments

Comments
 (0)