From 765c245f0f76e5ed8b5ff0be052f4335e8be76b2 Mon Sep 17 00:00:00 2001 From: Nicholas Pfaff Date: Sun, 10 Mar 2024 19:15:54 -0400 Subject: [PATCH] Peg linter versions --- .github/workflows/lint.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 041bbf5..ccb78ff 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -16,7 +16,19 @@ jobs: AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache - name: black uses: psf/black@stable + with: + version: 23.9.1 + jupyter: true - name: isort uses: isort/isort-action@master with: configuration: "--profile black" + isort-version: 5.12.0 + - name: Install and configure Poetry + uses: snok/install-poetry@v1 + with: + version: 1.8.2 + virtualenvs-create: true + virtualenvs-in-project: true + - name: Test full poetry install + run: poetry install