We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bce1a5 commit f2def5dCopy full SHA for f2def5d
.github/workflows/python-latest.yml
@@ -41,7 +41,6 @@ jobs:
41
python -m pip install -r requirements.txt -r test-requirements.txt
42
- name: Lint
43
run: |
44
- # python -m black --line-length=120 --check .
45
python -m check_python_versions --expect 3.6- --only setup.py
46
- name: Test
47
env:
0 commit comments