Skip to content

Commit

Permalink
ci: faster smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedrennan committed Apr 18, 2024
1 parent ee0e47d commit 3391f6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3391f6b

Please sign in to comment.