Skip to content

Commit

Permalink
ci: use uv to install Mypy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Oct 13, 2024
1 parent 3170022 commit 46966ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ 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 46966ec

Please sign in to comment.