|
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
pyironFlow/.github/workflows/push-pull.yml
Lines 10 to 27 in b975267
I realized that so many of the static tests are deactivated. Is there a particular reason? @liamhuber