Skip to content

Commit 594e7c0

Browse files
committed
disable lint
1 parent 536d5a8 commit 594e7c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/moban-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
ref: ${{ github.head_ref }}
1111
token: ${{ secrets.PAT }}
1212
- name: Set up Python
13-
uses: actions/setup-python@v1
13+
uses: actions/setup-python@v5
1414
with:
1515
python-version: '3.11'
1616
- name: check changes

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pip install -r requirements.txt
2323
- name: Lint with flake8
2424
run: |
25-
make install_test format git-diff-check lint
25+
make install_test format git-diff-check
2626
- name: Test with pytest
2727
run: |
2828
pip install -r tests/requirements.txt

0 commit comments

Comments
 (0)