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 1717 run : |
1818 python -m pip install --upgrade pip pandas lxml packaging
1919 shell : bash
20- - name : Get Latet Python Version
20+ - name : Get Latest Python Version
2121 id : set-latest
2222 run : |
2323 echo "latest_python_version=$(python ./versions.py -mode latest)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 77 get_safe_python_version :
88 runs-on : ubuntu-latest
99 outputs :
10- latest_python_version : ${{ steps.set-safe.outputs.latest_python_version }}
10+ safe_python_version : ${{ steps.set-safe.outputs.safe_python_version }}
1111 steps :
1212 - name : Checkout STUMPY
1313 uses : actions/checkout@v4
1717 run : |
1818 python -m pip install --upgrade pip pandas lxml packaging
1919 shell : bash
20- - name : Get Latet Python Version
20+ - name : Get Safe Python Version
2121 id : set-safe
2222 run : |
2323 python ./versions.py -mode safe
You can’t perform that action at this time.
0 commit comments