File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 - uses : actions/checkout@v6
3131 - uses : actions/setup-python@v6
3232 with :
33- python-version : ${{ env.python-version }}
33+ python-version : ${{ vars.PYTHON_VERSION }}
3434 cache : " pip"
3535 - name : Install dependencies
3636 run : pip install .[dev]
4444 - name : Set up Python
4545 uses : actions/setup-python@v6
4646 with :
47- python-version : ${{ env.python-version }}
47+ python-version : ${{ vars.PYTHON_VERSION }}
4848 cache : " pip"
4949 - name : Install dependencies
5050 run : pip install .[dev]
5959 - name : Set up Python
6060 uses : actions/setup-python@v6
6161 with :
62- python-version : ${{ env.python-version }}
62+ python-version : ${{ vars.PYTHON_VERSION }}
6363 cache : " pip"
6464 - name : Install dependencies
6565 run : pip install .[dev]
7373 - name : Set up Python
7474 uses : actions/setup-python@v6
7575 with :
76- python-version : ${{ env.python-version }}
76+ python-version : ${{ vars.PYTHON_VERSION }}
7777 cache : " pip"
7878 - name : Install dependencies
7979 run : pip install .
You can’t perform that action at this time.
0 commit comments