File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,14 @@ jobs:
17
17
fail-fast : false
18
18
matrix :
19
19
os : [ubuntu-latest, windows-latest, macOS-latest]
20
- python_version : [3.9]
21
20
steps :
22
21
- uses : actions/checkout@v3
23
22
with :
24
23
submodules : ' recursive'
25
24
- name : Set up Python
26
25
uses : actions/setup-python@v4
27
26
with :
28
- python-version : ${{ matrix.python_version }}
27
+ python-version-file : pyproject.toml
29
28
- name : Install dependencies
30
29
shell : bash
31
30
run : |
@@ -58,15 +57,14 @@ jobs:
58
57
strategy :
59
58
matrix :
60
59
os : [ubuntu-latest]
61
- python_version : [3.9]
62
60
steps :
63
61
- uses : actions/checkout@v3
64
62
with :
65
63
submodules : ' recursive'
66
64
- name : Set up Python
67
65
uses : actions/setup-python@v4
68
66
with :
69
- python-version : ${{ matrix.python_version }}
67
+ python-version-file : pyproject.toml
70
68
- name : Install dependencies
71
69
shell : bash
72
70
run : |
Original file line number Diff line number Diff line change @@ -12,11 +12,15 @@ jobs:
12
12
steps :
13
13
- uses : actions/checkout@v3
14
14
- uses : actions/setup-python@v4
15
+ with :
16
+ python-version-file : pyproject.toml
15
17
- uses : jpetrucciani/ruff-check@main
16
18
17
19
format :
18
20
runs-on : ubuntu-latest
19
21
steps :
20
22
- uses : actions/checkout@v3
21
23
- uses : actions/setup-python@v4
24
+ with :
25
+ python-version-file : pyproject.toml
22
26
- uses : psf/black@stable
You can’t perform that action at this time.
0 commit comments