Skip to content

Commit

Permalink
also a fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg committed May 20, 2024
1 parent e85d427 commit 4da8972
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- name: Install requirements
run: |
pip install -e .[dev]
pip install setuptools
- name: Lint with flake8
run: flake8
- name: Run mypy
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
},
packages=find_packages(),
setup_requires=[
"setuptools>=62"
"setuptools_git>=1.2",
"twine>=3.8.0"
],
Expand Down

0 comments on commit 4da8972

Please sign in to comment.