Skip to content

Commit a42af5e

Browse files
authored
Update python-lint.yml
1 parent df7494b commit a42af5e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/python-lint.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ jobs:
1111
build:
1212

1313
runs-on: ubuntu-latest
14-
strategy:
15-
fail-fast: false
16-
matrix:
17-
#python-version: ["3.9", "3.10", "3.11"]
18-
python-version: ["3.11"]
19-
2014
steps:
2115
- uses: actions/checkout@v3
16+
- name: Set up Python 3.11
17+
uses: actions/setup-python@v3
18+
with:
19+
python-version: '3.11'
2220
- name: Install dependencies
2321
run: |
2422
make

0 commit comments

Comments
 (0)