Skip to content

Commit 47aa450

Browse files
committed
Minor change
1 parent 604e328 commit 47aa450

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/numba-python-compatibility-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

.github/workflows/numba-release-candidate-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
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
@@ -17,7 +17,7 @@ jobs:
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

0 commit comments

Comments
 (0)