Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI problems #1116

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
1aac39c
add empty lines
samwaseda Jul 31, 2024
28d2da0
run black
samwaseda Jul 31, 2024
6fcfaae
Merge remote-tracking branch 'origin' into fix_tests
samwaseda Jul 31, 2024
1c4a406
[dependabot skip] Update env file
pyiron-runner Jul 31, 2024
539f106
update environment
samwaseda Jul 31, 2024
aff5432
Merge branch 'fix_tests' of github.com:pyiron/pyiron_contrib into fix…
samwaseda Jul 31, 2024
16b06e3
[dependabot skip] Update env file
pyiron-runner Jul 31, 2024
3d4eb44
downgrade h5_browser
samwaseda Jul 31, 2024
7701006
[dependabot skip] Update env file
pyiron-runner Jul 31, 2024
dcc8d47
update distributed
samwaseda Jul 31, 2024
de55ad0
update daily.yml
samwaseda Jul 31, 2024
f0c3042
Rename push-pull
samwaseda Aug 1, 2024
4618c4f
ok it looks like it was a mistake
samwaseda Aug 1, 2024
5f927d0
I'm a loss
samwaseda Aug 1, 2024
5f95ba2
ok it was a version problem
samwaseda Aug 1, 2024
ae228b0
there was no b
samwaseda Aug 1, 2024
3e7c3cb
[dependabot skip] Update env file
pyiron-runner Aug 1, 2024
923a711
update all yml files
samwaseda Aug 1, 2024
cfd3cea
Merge branch 'fix_tests' of github.com:pyiron/pyiron_contrib into fix…
samwaseda Aug 1, 2024
791533a
downgrade pycp2k to see what happens
samwaseda Aug 1, 2024
fe46072
[dependabot skip] Update env file
pyiron-runner Aug 1, 2024
8e9ddf2
set back because this cannot have been the reason
samwaseda Aug 1, 2024
3f0ef98
Merge branch 'fix_tests' of github.com:pyiron/pyiron_contrib into fix…
samwaseda Aug 1, 2024
46a29cc
[dependabot skip] Update env file
pyiron-runner Aug 1, 2024
d675eac
Update lammps notebook
pmrv Aug 1, 2024
8d9c3b3
follow chatgpt recommendation
samwaseda Aug 2, 2024
ce2932a
revert last change because it didn't work
samwaseda Aug 2, 2024
030a947
See what happens if there's only one env file
samwaseda Aug 2, 2024
0bb72bc
[dependabot skip] Update env file
pyiron-runner Aug 2, 2024
dfb4ce5
Revert "See what happens if there's only one env file"
samwaseda Aug 2, 2024
b5288d3
Revert "Revert "See what happens if there's only one env file""
samwaseda Aug 2, 2024
ea3c5f4
Revert "Revert "Revert "See what happens if there's only one env file"""
samwaseda Aug 2, 2024
b1ca420
[dependabot skip] Update env file
pyiron-runner Aug 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
@@ -1,29 +0,0 @@
channels:
- conda-forge
dependencies:
- ase =3.23.0
- coveralls
- coverage
- codacy-coverage
- matplotlib =3.8.3
- numpy =1.26.4
- pyiron_base =0.9.10
- pyiron_atomistics =0.6.1
- pyiron_snippets =0.1.1
- pyparsing =3.1.2
- scipy =1.12.0
- seaborn =0.13.2
- scikit-image =0.24.0
- randspg =0.0.1
- boto3 =1.34.122
- moto =5.0.9
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- distributed =2024.5.2
- h5io_browser =0.0.17
- pymatgen =2024.5.1
- pympipool =0.8.4
- python >= 3.10
- lammps
- nglview >=3.0.8
- pyiron-data >=0.0.25
6 changes: 3 additions & 3 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- numpy =1.26.4
- pyiron_base =0.9.10
- pyiron_atomistics =0.6.9
- pyiron_snippets =0.1.1
- pyiron_snippets =0.1.3
- pyparsing =3.1.2
- scipy =1.12.0
- seaborn =0.13.2
Expand All @@ -19,7 +19,7 @@ dependencies:
- moto =5.0.9
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- distributed =2024.5.2
- h5io_browser =0.0.17
- distributed =2024.7.1
- h5io_browser =0.0.16
- pymatgen =2024.5.1
- pympipool =0.8.4
4 changes: 2 additions & 2 deletions .github/workflows/daily.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/tests-and-coverage.yml@actions-1.1.0b
secrets: inherit
uses: pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-3.2.1
secrets: inherit
4 changes: 2 additions & 2 deletions .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
secrets: inherit
uses: pyiron/actions/.github/workflows/dependabot-pr.yml@actions-3.2.1
secrets: inherit
4 changes: 2 additions & 2 deletions .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
secrets: inherit
uses: pyiron/actions/.github/workflows/pr-labeled.yml@actions-3.2.1
secrets: inherit
4 changes: 2 additions & 2 deletions .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
secrets: inherit
uses: pyiron/actions/.github/workflows/pr-target-opened.yml@actions-3.2.1
secrets: inherit
4 changes: 2 additions & 2 deletions .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-main.yml@actions-1.1.0b
uses: pyiron/actions/.github/workflows/push-pull.yml@actions-3.2.1
secrets: inherit
with:
notebooks-env-files: .ci_support/environment.yml .ci_support/environment-notebooks.yml
notebooks-env-files: ci_support/environment.yml .ci_support/environment-notebooks.yml
4 changes: 2 additions & 2 deletions .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
secrets: inherit
uses: pyiron/actions/.github/workflows/release.yml@actions-3.2.1
secrets: inherit
4 changes: 2 additions & 2 deletions .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
secrets: inherit
uses: pyiron/actions/.github/workflows/codeql.yml@actions-3.2.1
secrets: inherit
9 changes: 5 additions & 4 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ dependencies:
- nbsphinx
- sphinx-gallery
- sphinx-rtd-theme
- versioneer
- ase =3.23.0
- coveralls
- coverage
- codacy-coverage
- matplotlib =3.8.3
- numpy =1.26.4
- pyiron_base =0.9.10
- pyiron_atomistics =0.6.1
- pyiron_snippets =0.1.1
- pyiron_atomistics =0.6.9
- pyiron_snippets =0.1.3
- pyparsing =3.1.2
- scipy =1.12.0
- seaborn =0.13.2
Expand All @@ -24,7 +25,7 @@ dependencies:
- moto =5.0.9
- pycp2k =0.2.2
- aws-sam-translator =1.77.0
- distributed =2024.5.2
- h5io_browser =0.0.17
- distributed =2024.7.1
- h5io_browser =0.0.16
- pymatgen =2024.5.1
- pympipool =0.8.4
Loading
Loading