Skip to content

Commit c54cfb1

Browse files
committed
Oopsy
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
1 parent 0371c28 commit c54cfb1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cicd_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,12 +273,12 @@ jobs:
273273
cache: 'pip'
274274
- name: Install dependencies + nvsubquadratic (no-deps)
275275
run: |
276-
python -m pip install --upgrade pip wheel tomli
276+
python -m pip install --upgrade pip wheel tomli pytest
277277
python monai/config/print_dependencies.py build-system | xargs pip install --no-build-isolation
278278
python -m pip install torch==${PYTORCH_VER1} torchvision==${TORCHVISION_VER1}
279279
# # nvsubquadratic runtime imports need only torch + einops + omegaconf; install
280280
# # the package itself without its core dependency tree (see job comment above).
281-
# python -m pip install omegaconf pytest
281+
# python -m pip install omegaconf
282282
# python -m pip install --no-deps 'nvsubquadratic>=0.1.1'
283283
python -m pip install --no-build-isolation .[hyena]
284284
python -m pip list

environment-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: monai
22
channels:
33
- defaults
44
dependencies:
5+
- python>=3.10
56
- pip
67
- pip:
78
- -e .[all,testing]

0 commit comments

Comments
 (0)