Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed test failures #64

Merged
merged 1 commit into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tests/open-ce-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tests:
cd pytorch-lightning
git checkout ${PL_COMMIT}
git apply ${FEEDSTOCK_DIR}/lightning/0301-update-requirements.patch
conda install -y scikit-learn=1.3.* regex pandas=1.4 scikit-image coverage cryptography psutil cmake
conda install -y scikit-learn=1.3.* regex pandas scikit-image coverage cryptography psutil cmake
pip install -r requirements/pytorch/test.txt
pip install omegaconf rich jsonargparse docstring-parser
pip install -U 'jsonargparse[signatures]'
Expand Down Expand Up @@ -45,7 +45,6 @@ tests:
fi
conda install -y scikit-learn=1.3.* regex scikit-image nltk gcc_linux-${ARCH} coverage cryptography pandas scipy unzip
pip install -r requirements/_tests.txt
pip install torch-fidelity pycocotools
cd tests
python -c "from urllib.request import urlretrieve ; urlretrieve('https://pl-public-data.s3.amazonaws.com/metrics/data.zip', 'data.zip')"
unzip -o data.zip
Expand Down
Loading