diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3edb19c..fe577147 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - "3.12" steps: - uses: actions/checkout@v4.1.1 - - name: Set up Python 3.8 + - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4.7.1 with: python-version: ${{ matrix.python-version }}