File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
name : Setup poetry
13
13
steps :
14
14
15
- - name : Set up Python ${{ inputs.python-version }}
15
+ - name : Set up Python
16
16
uses : actions/setup-python@v4
17
17
with :
18
- python-version : ${{ inputs.python-version }}
18
+ python-version : ${{ github.event. inputs.python-version }}
19
19
20
20
- name : Install Poetry
21
21
run : python -m pip install poetry
28
28
uses : actions/cache@v3
29
29
with :
30
30
path : poetry.lock
31
- key : ${{ inputs.os }}-${{ inputs.python-version }}-poetry-${{ steps.poetry_version.outputs.VERSION }}-${{ hashFiles('pyproject.toml') }}
31
+ key : ${{ github.event. inputs.os }}-${{ github.event. inputs.python-version }}-poetry-${{ steps.poetry_version.outputs.VERSION }}-${{ hashFiles('pyproject.toml') }}
32
32
33
33
- name : Install project dependencies
34
34
run : poetry install -vvv --no-root
You can’t perform that action at this time.
0 commit comments