Skip to content

Commit

Permalink
Merge pull request #52 from paulsaxe/main
Browse files Browse the repository at this point in the history
Switched to new installation scheme
  • Loading branch information
seamm authored Mar 21, 2024
2 parents b1c4700 + 34c0335 commit ea6db7d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@ jobs:
with:
src : lammps_step
secrets: inherit

docker:
name: Docker
needs: release
uses: molssi-seamm/devops/.github/workflows/Docker.yaml@main
with:
image : molssi-seamm/seamm-lammps
description: A LAMMPS executable packaged for use with SEAMM or standalone
# Can limit platforms, e.g., linux/amd64, linux/arm64
platforms: linux/amd64
secrets: inherit
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=======
History
=======
2024.3.20 -- Switched to new installation scheme
2024.3.21 -- Switched to new installation scheme
* Fully support ~/SEAMM/lammps.ini
* Updated to new installer
* Support for Conda and Docker installation.
Expand Down

0 comments on commit ea6db7d

Please sign in to comment.