Skip to content

Commit

Permalink
i don't understand this
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Mar 28, 2024
1 parent d8cd3cf commit b8adf63
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 @@ -49,7 +49,7 @@ jobs:
run: |
which python
python -V
python -m pip install uv
pip install uv
uv pip install ".[dev]"
- name: Test with pytest
run: |
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
which python
python -V
python -m pip install uv
pip install uv
uv pip install ".[dev]"
- name: Test with pytest
run: |
Expand Down

0 comments on commit b8adf63

Please sign in to comment.