[patch] Allow _FactoryMade
to explicitly define where its reduce sh…
#101
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This runs jobs which pyiron modules should run on pushes or PRs to main | |
name: Push-Pull | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
jobs: | |
pyiron: | |
uses: pyiron/actions/.github/workflows/[email protected] | |
secrets: inherit | |
with: | |
tests-env-files: .ci_support/environment.yml .ci_support/environment-tests.yml | |
do-benchmark-tests: false |