From 6596b7e89c3103832a32330261d1c3f218f1bf87 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 12 Sep 2023 13:45:30 -0700 Subject: [PATCH] try again --- .github/workflows/checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index f422cfe13..b1d18efaa 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -32,6 +32,8 @@ jobs: output: report-markdown annotations: failed-tests prnumber: ${{ steps.findPr.outputs.number }} + - name: Install curl + run: sudo apt install curl - name: Run style checks run: poetry run flake8 . - name: Check imports alphabetized