Skip to content

Commit

Permalink
ci: use uv to install Mypy dependencies in system Python
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Oct 13, 2024
1 parent 17bc9f6 commit 5c873a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: |
pip install -U \
uv pip install --system -U \
black \
git+https://github.com/akaihola/darkgraylib.git@main \
flynt \
Expand Down

0 comments on commit 5c873a3

Please sign in to comment.