Skip to content

Commit b2ff3aa

Browse files
committed
Fixed typo
1 parent 6855629 commit b2ff3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "min_python_version=$($MIN_PYTHON)" >> $GITHUB_OUTPUT
2929
shell: bash
3030
minimum-version-testing:
31-
needs: generate_python_matrix:
31+
needs: generate_python_matrix
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:

0 commit comments

Comments
 (0)