Skip to content

Commit

Permalink
Remove -y from uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
davfsa committed Mar 3, 2025
1 parent 56ff0b7 commit c6ff2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
shell: bash
run: |
uv pip install .
uv pip uninstall -y hikari
uv pip uninstall hikari
uv pip install .[speedups]
uv pip uninstall -y hikari
uv pip uninstall hikari
- name: Run tests
shell: bash
Expand Down

0 comments on commit c6ff2af

Please sign in to comment.