Skip to content

Fix missing stress unit conversion (kBar->eV/A^3) in json_to_extxyz.py #661

Fix missing stress unit conversion (kBar->eV/A^3) in json_to_extxyz.py

Fix missing stress unit conversion (kBar->eV/A^3) in json_to_extxyz.py #661

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
release:
types: [published]
workflow_dispatch:
inputs:
task:
type: choice
options: [tests, release]
default: tests
description: Only run tests or release a new version of pymatgen to PyPI after tests pass.
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
uses: janosh/workflows/.github/workflows/pytest-release.yml@main
with:
os: ${{ matrix.os }}