Skip to content

Commit

Permalink
Fixing the lammps versions so that they are compatible with the pytho…
Browse files Browse the repository at this point in the history
…n versions.
  • Loading branch information
Jonathan Chico committed Apr 9, 2024
1 parent 87279ff commit d897b8f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,16 @@ jobs:
include:
- python-version: "3.9"
lammps-version: "2020.12.24"
- python-version: "3.9"
lammps-version: "2023.08.02"
- python-version: "3.10"
lammps-version: "2022.06.23"
- python-version: "3.10"
lammps-version: "2021.09.29"
lammps-version: "2023.08.02"
- python-version: "3.11"
lammps-version: "2021.09.29"
lammps-version: "2022.06.23"
- python-version: "3.12"
lammps-version: "2021.09.29"
lammps-version: "2024.02.07"

runs-on: ubuntu-latest

Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,16 @@ jobs:
include:
- python-version: "3.9"
lammps-version: "2020.12.24"
- python-version: "3.9"
lammps-version: "2023.08.02"
- python-version: "3.10"
lammps-version: "2022.06.23"
- python-version: "3.10"
lammps-version: "2021.09.29"
lammps-version: "2023.08.02"
- python-version: "3.11"
lammps-version: "2021.09.29"
lammps-version: "2022.06.23"
- python-version: "3.12"
lammps-version: "2021.09.29"
lammps-version: "2024.02.07"

runs-on: ubuntu-latest

Expand Down

0 comments on commit d897b8f

Please sign in to comment.