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 51b39f6 commit 5a18234Copy full SHA for 5a18234
.github/workflows/python-latest.yml
@@ -39,10 +39,10 @@ jobs:
39
- name: Install dependencies
40
run: |
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
+ # - name: Lint
+ # run: |
+ # python -m black --line-length=120 --check .
+ # python -m check_python_versions --expect 3.6- --only setup.py
46
- name: Test
47
env:
48
TEST_CONFIGURATION_ACCESS_TOKEN: ${{ secrets.TEST_CONFIGURATION_ACCESS_TOKEN }}
0 commit comments