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

Bump pyiron-atomistics from 0.6.13 to 0.6.14 #54

Merged
merged 5 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
13 changes: 7 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,15 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: conda-incubator/[email protected]
- name: Conda config
shell: bash -l {0}
run: echo -e "channels:\n - conda-forge\n" > .condarc
- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v3
with:
python-version: "3.12"
mamba-version: "*"
channels: conda-forge
miniforge-variant: Mambaforge
channel-priority: strict
auto-update-conda: true
miniforge-version: latest
condarc-file: .condarc
- name: Load Release URL File from release job
uses: actions/download-artifact@v4
with:
Expand Down
19 changes: 10 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: conda-incubator/[email protected]
with:
python-version: "3.12"
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: conda-incubator/[email protected]
with:
python-version: "3.12"
Expand All @@ -52,15 +52,16 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: conda-incubator/[email protected]
- uses: actions/checkout@v4
- name: Conda config
shell: bash -l {0}
run: echo -e "channels:\n - conda-forge\n" > .condarc
- name: Setup Mambaforge
uses: conda-incubator/setup-miniconda@v3
with:
python-version: "3.12"
mamba-version: "*"
channels: conda-forge
miniforge-variant: Mambaforge
channel-priority: strict
auto-update-conda: true
miniforge-version: latest
condarc-file: .condarc
- name: Build Constructor
shell: bash -l {0}
run: |
Expand Down
2 changes: 1 addition & 1 deletion constructor/construct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ specs:
- nodejs
- nglview =3.1.2
- pyiron =0.5.2
- pyiron_atomistics =0.6.13
- pyiron_atomistics =0.6.14
- sphinxdft =3.1 [linux]
- lammps =2024.02.07=*_openmpi_* [linux|osx]
- lammps =2018.03.16 [win]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nglview==3.1.2
pyiron==0.5.2
pyiron_atomistics==0.6.13
pyiron_atomistics==0.6.14
Loading