File tree 7 files changed +6
-15
lines changed
7 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 11
11
- " **/poetry.lock"
12
12
- " **/pyproject.toml"
13
13
- " **/setup.cfg"
14
- - " .python-version"
15
14
- " Taskfile.ya?ml"
16
15
- " **/tox.ini"
17
16
- " **.py"
22
21
- " **/poetry.lock"
23
22
- " **/pyproject.toml"
24
23
- " **/setup.cfg"
25
- - " .python-version"
26
24
- " Taskfile.ya?ml"
27
25
- " **/tox.ini"
28
26
- " **.py"
71
69
- name : Install Python
72
70
uses : actions/setup-python@v5
73
71
with :
74
- python-version-file : .python-version
72
+ python-version-file : pyproject.toml
75
73
76
74
- name : Install Poetry
77
75
run : |
@@ -105,7 +103,7 @@ jobs:
105
103
- name : Install Python
106
104
uses : actions/setup-python@v5
107
105
with :
108
- python-version-file : .python-version
106
+ python-version-file : pyproject.toml
109
107
110
108
- name : Install Poetry
111
109
run : |
Original file line number Diff line number Diff line change 6
6
create :
7
7
push :
8
8
paths :
9
- - " .python-version"
10
9
- " .yamllint*"
11
10
- " poetry.lock"
12
11
- " pyproject.toml"
23
22
- " **.syntax"
24
23
pull_request :
25
24
paths :
26
- - " .python-version"
27
25
- " .yamllint*"
28
26
- " poetry.lock"
29
27
- " pyproject.toml"
99
97
- name : Install Python
100
98
uses : actions/setup-python@v5
101
99
with :
102
- python-version-file : .python-version
100
+ python-version-file : pyproject.toml
103
101
104
102
- name : Install Poetry
105
103
run : |
Original file line number Diff line number Diff line change 51
51
- name : Install Python
52
52
uses : actions/setup-python@v5
53
53
with :
54
- python-version-file : .python-version
54
+ python-version-file : pyproject.toml
55
55
56
56
- name : Install Poetry
57
57
run : |
Original file line number Diff line number Diff line change 7
7
paths :
8
8
- " .github/workflows/test-integration.yml"
9
9
- " .github/workflows/testdata/**"
10
- - " .python-version"
11
10
- " poetry.lock"
12
11
- " pyproject.toml"
13
12
- " action.yml"
17
16
paths :
18
17
- " .github/workflows/test-integration.yml"
19
18
- " .github/workflows/testdata/**"
20
- - " .python-version"
21
19
- " poetry.lock"
22
20
- " pyproject.toml"
23
21
- " action.yml"
Original file line number Diff line number Diff line change 11
11
- " dev/.?codecov.ya?ml"
12
12
- " .?codecov.ya?ml"
13
13
- " Taskfile.ya?ml"
14
- - " .python-version"
15
14
- " poetry.lock"
16
15
- " pyproject.toml"
17
16
- " compilesketches/tests/**"
24
23
- " dev/.?codecov.ya?ml"
25
24
- " .?codecov.ya?ml"
26
25
- " Taskfile.ya?ml"
27
- - " .python-version"
28
26
- " poetry.lock"
29
27
- " pyproject.toml"
30
28
- " compilesketches/tests/**"
75
73
- name : Install Python
76
74
uses : actions/setup-python@v5
77
75
with :
78
- python-version-file : .python-version
76
+ python-version-file : pyproject.toml
79
77
80
78
- name : Install Poetry
81
79
run : |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 76
76
- name : Install Python
77
77
uses : actions/setup-python@v5
78
78
with :
79
- python-version-file : ${{ github.action_path }}/.python-version
79
+ python-version-file : ${{ github.action_path }}/pyproject.toml
80
80
81
81
- name : Action setup
82
82
shell : bash
You can’t perform that action at this time.
0 commit comments