From f7da933a7625f551f1de037256b1752bfee1a34d Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Fri, 19 Jul 2024 16:49:00 -0500 Subject: [PATCH] fix command --- .github/workflows/python-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-lint.yml b/.github/workflows/python-lint.yml index 09fe2aea..dc48b605 100644 --- a/.github/workflows/python-lint.yml +++ b/.github/workflows/python-lint.yml @@ -29,4 +29,4 @@ jobs: c/requirements.txt - name: Lint - run: make pytest LINT=only + run: make py_test LINT=only