Skip to content

Commit

Permalink
Update python_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonfparil authored Nov 11, 2024
1 parent ee81654 commit 29873e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install ruff
pip install git+https://github.com/microsoft/python-type-stubs.git
- name: Install the project
run: uv sync --all-extras --dev
- name: Run uv for formatting (via ruff), type checking (via mypy) and testing (via pytest)
Expand Down

0 comments on commit 29873e1

Please sign in to comment.