From 49ed5eeaeea50156711e7931c5d37bcae2cc1f05 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Fri, 24 Nov 2023 09:53:06 +0000 Subject: [PATCH] Set correct name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}