Skip to content

Commit

Permalink
update required dependency to fix scipy unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruinong Tian committed Jul 17, 2024
1 parent 0f509e0 commit 22d5518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_artifacts/v0/scipy.test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM $SAGEMAKER_DISTRIBUTION_IMAGE
ARG MAMBA_DOCKERFILE_ACTIVATE=1

# Inorder to test scipy, we need pytest and hypothesis to be installed.
RUN micromamba install -y --freeze-installed conda-forge::pytest conda-forge::hypothesis conda-forge::scipy-tests
RUN micromamba install -y --freeze-installed -c conda-forge pytest hypothesis scipy-tests pooch
# Check https://github.com/numpy/numpy/blob/main/doc/TESTS.rst
# Note: Testing guidelines are same for numpy and scipy.
# scipy.test() returns True if tests succeed else False.
Expand Down

0 comments on commit 22d5518

Please sign in to comment.