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