Skip to content

Commit

Permalink
2.6.0 RC1 build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed May 8, 2024
1 parent 54347e9 commit fd3bbce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Install Python Tools
run: |
pip install setuptools wheel --upgrade
pip install mypy
- name: Install macOS SDK (only on macOS)
if: runner.os == 'macOS'
Expand Down
1 change: 1 addition & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ channels:
requirements:
build:
- {{ compiler('c') }}
- mypy
host:
- python
- lucit::lucit-licensing-python
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ websockets = "11.0.3"
[tool.poetry.dev-dependencies]

[build-system]
requires = ["setuptools", "wheel", "Cython", "pip"]
requires = ["setuptools", "wheel", "Cython", "pip", "mypy"]
build-backend = "setuptools.build_meta"

[tool.poetry.package_data]
Expand Down

0 comments on commit fd3bbce

Please sign in to comment.