diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 871a3d7..2dd6bb3 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -52,7 +52,7 @@ jobs: pip install -r $GITHUB_WORKSPACE/tests/requirements.txt - name: Execute Test - run: mypy --ignore-missing-imports --python-version 3.10 --no-strict-optional --check-untyped-defs opteryx + run: mypy --ignore-missing-imports --python-version 3.10 --no-strict-optional --check-untyped-defs data_expectations perflint: name: PyLint and PerfLint @@ -73,4 +73,4 @@ jobs: pip install -r $GITHUB_WORKSPACE/tests/requirements.txt - name: Execute Test - run: pylint --fail-under=8 --load-plugins perflint opteryx + run: pylint --fail-under=8 --load-plugins perflint data_expectations