From 47e261cc90e3c98f4ece4f3db1437ece5da4c78d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 17 Mar 2023 12:12:40 +0100 Subject: [PATCH] Fix new error with attr in pull request check workflow --- .github/workflows/pr-checks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 1ce6073489..a25400cfe0 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -17,6 +17,7 @@ jobs: timeout-minutes: 5 steps: + - run: pip install --upgrade attrs - uses: actions/checkout@v3 - run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH}