File tree Expand file tree Collapse file tree 7 files changed +6
-15
lines changed Expand file tree Collapse file tree 7 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 1111 - " **/poetry.lock"
1212 - " **/pyproject.toml"
1313 - " **/setup.cfg"
14- - " .python-version"
1514 - " Taskfile.ya?ml"
1615 - " **/tox.ini"
1716 - " **.py"
2221 - " **/poetry.lock"
2322 - " **/pyproject.toml"
2423 - " **/setup.cfg"
25- - " .python-version"
2624 - " Taskfile.ya?ml"
2725 - " **/tox.ini"
2826 - " **.py"
7169 - name : Install Python
7270 uses : actions/setup-python@v5
7371 with :
74- python-version-file : .python-version
72+ python-version-file : pyproject.toml
7573
7674 - name : Install Poetry
7775 run : |
@@ -105,7 +103,7 @@ jobs:
105103 - name : Install Python
106104 uses : actions/setup-python@v5
107105 with :
108- python-version-file : .python-version
106+ python-version-file : pyproject.toml
109107
110108 - name : Install Poetry
111109 run : |
Original file line number Diff line number Diff line change 66 create :
77 push :
88 paths :
9- - " .python-version"
109 - " .yamllint*"
1110 - " poetry.lock"
1211 - " pyproject.toml"
2322 - " **.syntax"
2423 pull_request :
2524 paths :
26- - " .python-version"
2725 - " .yamllint*"
2826 - " poetry.lock"
2927 - " pyproject.toml"
9997 - name : Install Python
10098 uses : actions/setup-python@v5
10199 with :
102- python-version-file : .python-version
100+ python-version-file : pyproject.toml
103101
104102 - name : Install Poetry
105103 run : |
Original file line number Diff line number Diff line change 5151 - name : Install Python
5252 uses : actions/setup-python@v5
5353 with :
54- python-version-file : .python-version
54+ python-version-file : pyproject.toml
5555
5656 - name : Install Poetry
5757 run : |
Original file line number Diff line number Diff line change 77 paths :
88 - " .github/workflows/test-integration.yml"
99 - " .github/workflows/testdata/**"
10- - " .python-version"
1110 - " poetry.lock"
1211 - " pyproject.toml"
1312 - " action.yml"
1716 paths :
1817 - " .github/workflows/test-integration.yml"
1918 - " .github/workflows/testdata/**"
20- - " .python-version"
2119 - " poetry.lock"
2220 - " pyproject.toml"
2321 - " action.yml"
Original file line number Diff line number Diff line change 1111 - " dev/.?codecov.ya?ml"
1212 - " .?codecov.ya?ml"
1313 - " Taskfile.ya?ml"
14- - " .python-version"
1514 - " poetry.lock"
1615 - " pyproject.toml"
1716 - " compilesketches/tests/**"
2423 - " dev/.?codecov.ya?ml"
2524 - " .?codecov.ya?ml"
2625 - " Taskfile.ya?ml"
27- - " .python-version"
2826 - " poetry.lock"
2927 - " pyproject.toml"
3028 - " compilesketches/tests/**"
7573 - name : Install Python
7674 uses : actions/setup-python@v5
7775 with :
78- python-version-file : .python-version
76+ python-version-file : pyproject.toml
7977
8078 - name : Install Poetry
8179 run : |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7676 - name : Install Python
7777 uses : actions/setup-python@v5
7878 with :
79- python-version-file : ${{ github.action_path }}/.python-version
79+ python-version-file : ${{ github.action_path }}/pyproject.toml
8080
8181 - name : Action setup
8282 shell : bash
You can’t perform that action at this time.
0 commit comments