Skip to content

Commit

Permalink
[patch] Target new CI release (#73)
Browse files Browse the repository at this point in the history
* Target new CI release

* Use the same lammps pin as the version of pyiron_atomistics we use does

* [dependabot skip] Update env file

---------

Co-authored-by: pyiron-runner <[email protected]>
  • Loading branch information
liamhuber and pyiron-runner authored Aug 27, 2024
1 parent 2ee31aa commit 72b12f7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- pint =0.23
- pyiron_atomistics =0.5.4
- pyiron-data =0.0.29
- lammps
- lammps =2024.02.07=*_openmpi_*
2 changes: 1 addition & 1 deletion .ci_support/environment-lammps.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
channels:
- conda-forge
dependencies:
- lammps
- lammps =2024.02.07=*_openmpi_*
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:
Tests-and-Coverage:
uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-2.0.7
uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.3.0
secrets: inherit
with:
tests-env-files: .ci_support/environment.yml .ci_support/environment-pyiron_atomistics.yml
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-2.0.7
uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-3.3.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-2.0.7
uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-3.3.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-2.0.7
uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-3.3.0
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/push-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/push-pull.yml@actions-2.0.7
uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.3.0
secrets: inherit
with:
docs-env-files: .ci_support/environment.yml .ci_support/environment-docs.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pyiron:
uses: pyiron/actions/.github/workflows/pyproject-release.yml@actions-2.0.7
uses: pyiron/actions/.github/workflows/pyproject-release.yml@actions-3.3.0
secrets: inherit
with:
semantic-upper-bound: 'minor'
Expand Down
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-2.0.7
uses: pyiron/actions/.github/workflows/codeql.yml@actions-3.3.0
secrets: inherit

0 comments on commit 72b12f7

Please sign in to comment.