Compare commits

...

3 Commits

Author SHA1 Message Date
Dhruv Nair
16fe810b3e test 2023-11-07 05:35:25 +00:00
Dhruv Nair
79e7fb3a16 test 2023-11-07 05:33:25 +00:00
Dhruv Nair
c15d9936c1 test 2023-11-07 05:27:34 +00:00

View File

@@ -28,5 +28,6 @@ jobs:
pip install pytest
- name: Check for soft dependencies
run: |
python utils/print_env.py
python -c "from diffusers import UNet2DConditionModel; print(type(UNet2DConditionModel))"
pytest tests/others/test_dependencies.py