Skip to content

Commit

Permalink
Update examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Dec 27, 2024
1 parent 330b314 commit 7f0fe0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,12 @@ jobs:
if: startsWith(matrix.image, 'onediff-pro')
run: |
docker exec ${{ env.CONTAINER_NAME }} python3 -m pip install --pre onediff-quant "numpy<2" -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/onediff-quant/
- run: docker exec ${{ env.CONTAINER_NAME }} python3 -m pip install --user "huggingface_hub==0.25.0"
- run: docker exec ${{ env.CONTAINER_NAME }} python3 -m pip install -r /src/onediff/onediff_diffusers_extensions/examples/requirements.txt
if: matrix.test-suite == 'diffusers_examples'
- run: docker exec ${{ env.CONTAINER_NAME }} python3 -m pip install -r tests/comfyui/requirements.txt --user
if: matrix.test-suite == 'comfy'
- run: docker exec ${{ env.CONTAINER_NAME }} python3 -m pip install -r ComfyUI/requirements.txt --user "huggingface_hub==0.25.0"
- run: docker exec ${{ env.CONTAINER_NAME }} python3 -m pip install -r ComfyUI/requirements.txt --user"
if: matrix.test-suite == 'comfy'
- run: docker exec ${{ env.CONTAINER_NAME }} python3 -m pip uninstall -y transformer-engine
if: matrix.test-suite == 'comfy'
Expand Down

0 comments on commit 7f0fe0e

Please sign in to comment.