File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 41
41
42
42
env :
43
43
PYTHON_VERSION_FILE : " pyproject.toml"
44
+ POETRY_VERSION : 2.1.2
44
45
45
46
jobs :
46
47
ReleaseNotification :
63
64
sed -i "s/^version[ ]*=.*/version = \"${version}\"/g" ${{ env.PYTHON_VERSION_FILE }}
64
65
65
66
- name : " Install poetry"
66
- env :
67
- POETRY_VERSION : ${{ vars.POETRY_VERSION }}
68
- run : pipx install "poetry==${POETRY_VERSION}"
67
+ run : pipx install "poetry==${{ env.POETRY_VERSION }}"
69
68
70
69
- name : " Set up Python"
71
70
id : setup_python
Original file line number Diff line number Diff line change 23
23
- ' release/**'
24
24
workflow_dispatch :
25
25
26
+ env :
27
+ POETRY_VERSION : 2.1.2
28
+
26
29
jobs :
27
30
run_pytest :
28
31
name : " pytest ${{ matrix.os }} | ${{ matrix.python-version }}"
39
42
- uses : actions/checkout@v4
40
43
41
44
- name : " Install poetry"
42
- env :
43
- POETRY_VERSION : ${{ vars.POETRY_VERSION }}
44
- run : pipx install "poetry==${POETRY_VERSION}"
45
+ run : pipx install "poetry==${{ env.POETRY_VERSION }}"
45
46
46
47
- name : " Set up Python"
47
48
id : setup_python
You can’t perform that action at this time.
0 commit comments