From 6ffb7200c2ffc63c85f3811389915198bdf438ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 19 Oct 2024 11:57:31 +0200 Subject: [PATCH] Fix job name in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7713f9f5..14cc4559 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,8 @@ jobs: - "3.9" - "3.10" + name: Python ${{ matrix.python-version }} on ${{ matrix.os }} + steps: - uses: actions/checkout@v4