File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 - name : Set up Python
9191 uses : actions/setup-python@v5
9292 with :
93- python-version : ${{ steps.tool-versions.outputs. python }}
93+ python-version : ${{ matrix. python-version }}
9494 cache : " poetry"
9595
9696 # Run `poetry lock`
Original file line number Diff line number Diff line change 7070 uses : actions/setup-python@v5
7171 if : steps.changes.outputs.src == 'true'
7272 with :
73- python-version : ${{ steps.tool-versions.outputs. python }}
73+ python-version : ${{ matrix. python-version }}
7474 cache : " poetry"
7575 - name : Install dependencies
7676 if : steps.changes.outputs.src == 'true'
Original file line number Diff line number Diff line change 9292 - name : Set up Python
9393 uses : actions/setup-python@v5
9494 with :
95- python-version : ${{ steps.tool-versions.outputs. python }}
95+ python-version : ${{ matrix. python-version }}
9696 cache : " poetry"
9797 - name : Install dependencies
9898 run : poetry install --all-extras
You can’t perform that action at this time.
0 commit comments