From 76bde7c13a21d5e809903716d0790dd884e9fe0e Mon Sep 17 00:00:00 2001 From: Remy Gwaramadze Date: Fri, 19 Jul 2024 10:33:30 +0200 Subject: [PATCH] Remove ${{ matrix.python }} from lint job This was not working anyway, this job does not have any matrices defined. --- .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 c7ba71188..50b83e54a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Setup Python ${{ matrix.python }} + - name: Setup Python uses: actions/setup-python@v4 with: python-version: 3.8