File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 - name : Set up Python 3.10
2424 uses : actions/setup-python@v6
2525 with :
26- python-version : 3.10
26+ python-version : ' 3.10'
2727 - name : Install dependencies
2828 run : |
2929 python -m pip install --upgrade pip
4343 - name : Set up Python 3.10
4444 uses : actions/setup-python@v6
4545 with :
46- python-version : 3.10
46+ python-version : ' 3.10'
4747 - name : Install dependencies
4848 run : |
4949 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 7070 if : ${{ inputs.language == 'py' || inputs.language == 'all' }}
7171 uses : actions/setup-python@v6
7272 with :
73- python-version : 3.10
73+ python-version : ' 3.10'
7474 - name : Install dependencies
7575 if : ${{ inputs.language == 'py' || inputs.language == 'all' }}
7676 run : |
You can’t perform that action at this time.
0 commit comments