Skip to content

Commit 5a18234

Browse files
Ivan KamkinIvan Kamkin
authored andcommitted
Disable lint cause inconsistent result on different OS
1 parent 51b39f6 commit 5a18234

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-latest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
- name: Install dependencies
4040
run: |
4141
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
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
4646
- name: Test
4747
env:
4848
TEST_CONFIGURATION_ACCESS_TOKEN: ${{ secrets.TEST_CONFIGURATION_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)