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 3391f6b commit d520d03
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 @@ -142,7 +142,7 @@ jobs:
- name: Install built wheel
run: |
python -m pip install uv
uv pip install dist/imaginAIry-0.0.1b0-py3-none-any.whl
uv pip install --system dist/imaginAIry-0.0.1b0-py3-none-any.whl
- name: Generate an image
run: |
imagine fruit --steps 3--size 512 --seed 1
Expand Down Expand Up @@ -175,7 +175,8 @@ jobs:
shell: bash -l {0}
run: |
conda activate test-env
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
shell: bash -l {0}
run: |
Expand Down

0 comments on commit d520d03

Please sign in to comment.