Skip to content

Commit 9ee17d2

Browse files
committed
update lint.yaml
1 parent cdf03ba commit 9ee17d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
#runs-on: ${{matrix.os}}
1515

16-
strategy:
17-
matrix:
18-
os: [ubuntu-latest, windows-latest, macos-latest]
19-
python-version: ['3.9', '3.10', '3.11']
16+
#strategy:
17+
#matrix:
18+
#os: [ubuntu-latest, windows-latest, macos-latest]
19+
#python-version: ['3.9', '3.10', '3.11']
2020

2121
steps:
2222
- name: Checkout code

0 commit comments

Comments
 (0)