Skip to content

Bump pyiron-lammps from 0.4.6 to 0.5.1 #186

Bump pyiron-lammps from 0.4.6 to 0.5.1

Bump pyiron-lammps from 0.4.6 to 0.5.1 #186

Workflow file for this run

# This runs jobs which pyiron modules should run on pushes or PRs to main
name: Push-Pull
on:
push:
branches: [ main ]
pull_request:
jobs:
pyiron:
uses: pyiron/actions/.github/workflows/push-pull.yml@actions-4.0.8
secrets: inherit
with:
do-coveralls: false
do-codecov: true
# The test matrix supports up to four python versions
python-version-alt3: 'exclude'
python-version-alt2: 'exclude'
python-version-alt1: '3.11'
python-version: '3.12'
# Test lower bounds:
alternate-tests-env-files: .ci_support/lower-bounds.yml
alternate-tests-python-version: '3.11'
alternate-tests-dir: tests/unit