From 097fe940779cdc006024a9f78dbd75f97c3e5224 Mon Sep 17 00:00:00 2001 From: Brian Kohan Date: Sat, 24 Aug 2024 17:45:04 -0700 Subject: [PATCH] fix linting in CI --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 81b8528..4cbb64a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,6 +34,7 @@ jobs: run: | poetry config virtualenvs.in-project true poetry run pip install --upgrade pip + poetry install - name: Install Emacs if: ${{ github.event.inputs.debug == 'on' }} run: |