Skip to content

Commit

Permalink
add system flag
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamConnors committed Nov 26, 2024
1 parent e921800 commit 646ec55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_docstrings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: install-reqs
run: uv pip install mypy -r requirements-dev.txt
run: uv pip install mypy -r requirements-dev.txt --system
- name: Run docstring check
run: python utils/check_docstrings.py

0 comments on commit 646ec55

Please sign in to comment.