diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5802f396c..40932e1ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -337,10 +337,10 @@ jobs: steps: - name: Check out repo uses: actions/checkout@v4 - # - name: Set up Python - # uses: actions/setup-python@v5 - # with: - # python-version: ${{ matrix.python_ver }} + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version: ${{ matrix.python_ver }} # - name: Download sdist artifact # uses: actions/download-artifact@v4 # with: