Skip to content

Commit

Permalink
Tryt uv
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Feb 22, 2024
1 parent cc63598 commit 512a9e0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,15 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: pip
# cache: pip

- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh

- name: Install dependencies
run: |
pip install -r requirements.txt
pip install -r requirements-dev.txt
uv pip install -r requirements.txt
uv pip install -r requirements-dev.txt
# Allow untyped calls for older Python versions
- name: Run mypy
Expand Down

0 comments on commit 512a9e0

Please sign in to comment.