Skip to content

Commit

Permalink
Update versions to make this stuff run in github
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasteuwen committed Aug 7, 2024
1 parent 73c0a15 commit 1375622
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: psf/black@stable

2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
python -m pip install darwin-py
- name: mypy
run: |
mypy .
mypy .
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
pip install tox>=4.17.1 tox-gh-actions
pip install -e .
- name: Test with tox
run: tox
run: tox
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ requires = [
"ninja",
"Cython>=0.29",
"numpy==1.26.4",
"pybind11>=2.8.0"
"pybind11>=2.8.0",
"wheel>=0.44",
"pyproject_api>=1.7.1"
]
Expand Down

0 comments on commit 1375622

Please sign in to comment.