Skip to content

Commit

Permalink
Merge pull request #40 from pyiron/dependabot/pip/pyiron-atomistics-0…
Browse files Browse the repository at this point in the history
….5.3

Bump pyiron-atomistics from 0.5.2 to 0.5.3
  • Loading branch information
jan-janssen authored Apr 29, 2024
2 parents a015aea + 1c43d88 commit a08ac72
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 14 deletions.
24 changes: 18 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,14 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v2.2.0
with:
auto-update-conda: true
python-version: "3.12"
mamba-version: "*"
channels: conda-forge
miniforge-variant: Mambaforge
channel-priority: strict
auto-update-conda: true
- name: Load Release URL File from release job
uses: actions/download-artifact@v1
with:
Expand Down Expand Up @@ -96,10 +100,14 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v2.2.0
with:
auto-update-conda: true
python-version: "3.12"
mamba-version: "*"
channels: conda-forge
miniforge-variant: Mambaforge
channel-priority: strict
auto-update-conda: true
- name: Load Release URL File from release job
uses: actions/download-artifact@v1
with:
Expand Down Expand Up @@ -145,10 +153,14 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v2.2.0
with:
auto-update-conda: true
python-version: "3.12"
mamba-version: "*"
channels: conda-forge
miniforge-variant: Mambaforge
channel-priority: strict
auto-update-conda: true
- name: Load Release URL File from release job
uses: actions/download-artifact@v1
with:
Expand Down
24 changes: 18 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v2.2.0
with:
auto-update-conda: true
python-version: "3.12"
mamba-version: "*"
channels: conda-forge
miniforge-variant: Mambaforge
channel-priority: strict
auto-update-conda: true
- name: Build Constructor
shell: bash -l {0}
run: |
Expand All @@ -28,10 +32,14 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v2.2.0
with:
auto-update-conda: true
python-version: "3.12"
mamba-version: "*"
channels: conda-forge
miniforge-variant: Mambaforge
channel-priority: strict
auto-update-conda: true
- name: Build Constructor
shell: bash -l {0}
run: |
Expand All @@ -45,10 +53,14 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v2.2.0
with:
auto-update-conda: true
python-version: "3.12"
mamba-version: "*"
channels: conda-forge
miniforge-variant: Mambaforge
channel-priority: strict
auto-update-conda: true
- 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.5.2
- pyiron_atomistics =0.5.3
- 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.5.2
pyiron_atomistics==0.5.3

0 comments on commit a08ac72

Please sign in to comment.