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 .