Skip to content

Commit

Permalink
[patch] Target the latest CI developments (#327)
Browse files Browse the repository at this point in the history
* Target the latest CI developments

* [dependabot skip] Update env file

* Update target

* Try out the timeouts

* Use defaut timeouts

* Stop restricting the macos version

* Re-pin macos

* Target new CI branch

I expect some tests to fail because we're not specifying python paths to add, but I first want to make sure that the defaults on the CI are getting parsed without error

* Add tests to path

* Add static

* Change CI target

* Comment on variable choices

* Add root directory

* Target release

---------

Co-authored-by: pyiron-runner <pyiron@mpie.de>
  • Loading branch information
liamhuber and pyiron-runner authored May 14, 2024
1 parent 2068f4a commit 9a09111
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
codeql:
uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-1.1.0b
uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.0.0
secrets: inherit
with:
tests-in-python-path: true
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-1.1.0b
uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-3.0.0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-1.1.0b
uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-3.0.0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pr-target-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-1.1.0b
uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-3.0.0
secrets: inherit
8 changes: 4 additions & 4 deletions .github/workflows/push-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/push-pull-main.yml@actions-1.1.0b
uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.0.0
secrets: inherit
with:
docs-env-files: .ci_support/environment.yml
notebooks-env-files: .ci_support/environment.yml .ci_support/environment-notebooks.yml
tests-in-python-path: true
runner-alt2: 'macos-11'
python-version-alt2: 'exclude'
extra-python-paths: tests tests/benchmark tests/integration tests/static tests/unit # For pympipool
runner-alt2: 'macos-11' # For pympipool
python-version-alt3: 'exclude' # No python 3.9
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/release.yml@actions-1.1.0b
uses: pyiron/actions/.github/workflows/release.yml@actions-3.0.0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
codeql:
uses: pyiron/actions/.github/workflows/codeql.yml@actions-1.1.0b
uses: pyiron/actions/.github/workflows/codeql.yml@actions-3.0.0
secrets: inherit
1 change: 1 addition & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- nbsphinx
- sphinx-gallery
- sphinx-rtd-theme
- versioneer
- coveralls
- coverage
- bidict =0.23.1
Expand Down

0 comments on commit 9a09111

Please sign in to comment.