From 3391f6b7c6621fc7979a48b13cc3c8ceb99bd91f Mon Sep 17 00:00:00 2001 From: Bryce Date: Wed, 17 Apr 2024 22:27:08 -0700 Subject: [PATCH] ci: faster smoke tests --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6c0f3ae9..6020f9f0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -141,10 +141,11 @@ jobs: path: dist - name: Install built wheel run: | - python -m pip install dist/imaginAIry-0.0.1b0-py3-none-any.whl + python -m pip install uv + uv pip install dist/imaginAIry-0.0.1b0-py3-none-any.whl - name: Generate an image run: | - imagine fruit --steps 10 --size 512 --seed 1 + imagine fruit --steps 3--size 512 --seed 1 - uses: actions/upload-artifact@v3 with: name: images