File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 - name : Set up Python ${{ env.PYTHON_VERSION }}
1515 uses : actions/setup-python@v1
1616 with :
17- PYTHON_VERSION : ${{ env.PYTHON_VERSION }}
17+ python-version : ${{ env.PYTHON_VERSION }}
1818 - name : Install deps
1919 run : choco install nasm
2020 - name : Environment Information
Original file line number Diff line number Diff line change 1414 - name : Set up Python ${{ env.PYTHON_VERSION }}
1515 uses : actions/setup-python@v1
1616 with :
17- PYTHON_VERSION : ${{ env.PYTHON_VERSION }}
17+ python-version : ${{ env.PYTHON_VERSION }}
1818 - name : Environment Information
1919 run : npx envinfo
2020 - name : Build
Original file line number Diff line number Diff line change 1414 - name : Set up Python ${{ env.PYTHON_VERSION }}
1515 uses : actions/setup-python@v1
1616 with :
17- PYTHON_VERSION : ${{ env.PYTHON_VERSION }}
17+ python-version : ${{ env.PYTHON_VERSION }}
1818 - name : Environment Information
1919 run : npx envinfo
2020 - name : Build
You can’t perform that action at this time.
0 commit comments