diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 46631094..f320aa1a 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest outputs: python-stable: ${{ steps.get-compatible-python.outputs.stable-python }} - python-min: ${{ steps.get-compatible-python.outputs.oldest-pythons }} + python-min: ${{ steps.get-compatible-python.outputs.oldest-python }} steps: - uses: actions/setup-python@v4 with: