Skip to content

Commit

Permalink
Merge branch 'mr/ramonat/allow-running-mypy-on-macos' into 'master'
Browse files Browse the repository at this point in the history
Install distro on macOS when running mypy

See merge request it/e3-core!55
  • Loading branch information
enzbang committed Oct 23, 2024
2 parents 045136f + b73b0e6 commit e9800c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.12
- name: Install Tox and any other packages
run: |
python -m pip install -U pip
Expand All @@ -55,5 +55,5 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.12
- uses: pre-commit/action@v2.0.0
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ check = [
"types-PyYAML",
"types-requests",
"types-setuptools",
"distro; sys_platform=='darwin'", # for type checking
]

[project.scripts]
Expand Down

0 comments on commit e9800c8

Please sign in to comment.