diff --git a/.github/workflows/plotly_ci.yaml b/.github/workflows/plotly_ci.yaml index fe9fce0..b8409cc 100644 --- a/.github/workflows/plotly_ci.yaml +++ b/.github/workflows/plotly_ci.yaml @@ -40,7 +40,7 @@ jobs: run: make lint - name: Install missing stubs - run: mypy --install-types --non-interactive plotly_calplot + run: mypy --install-types --non-interactive - name: Run checks run: make checks