Skip to content

Why are so many static tests switched off? #145

@samwaseda

Description

@samwaseda

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/push-pull.yml@actions-4.0.10
secrets: inherit
with:
do-commit-updated-env: true
do-build-docs: false
do-build-notebooks: true
do-unit-tests: false
do-codecov: false
do-codacy: false
do-coveralls: false
do-benchmark-tests: false
do-pip-check: false
do-black: false
do-ruff-check: false
do-ruff-sort-imports: false
do-mypy: false

I realized that so many of the static tests are deactivated. Is there a particular reason? @liamhuber

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions