From 82a68c88757eefaa12f94935f22a14ea66272c9e Mon Sep 17 00:00:00 2001 From: Zewen Kelvin Tuong Date: Mon, 18 Nov 2024 20:59:04 +1000 Subject: [PATCH] Update code_style.yml --- .github/workflows/code_style.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_style.yml b/.github/workflows/code_style.yml index e489161..492e3d9 100644 --- a/.github/workflows/code_style.yml +++ b/.github/workflows/code_style.yml @@ -31,5 +31,8 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 - - name: Interrogate - uses: JackMcKew/python-interrogate-check@main + - name: Install interrogate + run: python -m pip install interrogate + + - name: Run interrogate + run: interrogate .