Skip to content

Add plot-lammps-rdf.py script #5

Add plot-lammps-rdf.py script

Add plot-lammps-rdf.py script #5

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: (${{ matrix.python-version }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
environment-file: environment.yml
auto-activate-base: false
activate-environment: plotting-tools
- name: Format
shell: bash -el {0}
run: make fmt