Skip to content

Bump pymatgen from 2023.5.10 to 2024.5.1 #38

Bump pymatgen from 2023.5.10 to 2024.5.1

Bump pymatgen from 2023.5.10 to 2024.5.1 #38

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/[email protected]
secrets: inherit
with:
notebooks-env-files: .ci_support/environment.yml .ci_support/environment-notebooks.yml
python-version: '3.11'
python-version-alt1: 'exclude' # 3.11 is the main one now
python-version-alt3: 'exclude' # Don't run on 3.8
unit-test-timeout-minutes: 20 # For windows, which seems a little slow