Bump cloudpickle from 3.0.0 to 3.1.0 (#32) #110
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 |