From 21144e61e4553317a729a820bb637391102be024 Mon Sep 17 00:00:00 2001 From: Evan Schalton Date: Sat, 16 Mar 2024 15:34:59 +0000 Subject: [PATCH] fix: update req file ref --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index a24a155..0f8be5a 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -16,7 +16,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements-dev.txt + pip install -r requirements.txt - name: Python lint run: ruff check --output-format=github . - name: Python include order