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 8748255 commit fec231bCopy full SHA for fec231b
.github/workflows/pylint.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v2
10
- uses: actions/setup-python@v1
11
with:
12
- python-version: '3.10'
+ python-version: '3.12'
13
architecture: 'x64'
14
- name: Install Pylint
15
run: |
.github/workflows/pythonpackage.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- uses: actions/setup-python@v2
35
36
- python-version: '3.9'
37
- name: Install dependencies
38
39
python -m pip install --upgrade pip
@@ -62,6 +62,6 @@ jobs:
62
63
64
65
66
- name: Doc check
67
run: dev_tools/nbfmt
0 commit comments