Skip to content

Enable loading of virials for 'qe/cp/traj' if prefix.str file is present #860

Enable loading of virials for 'qe/cp/traj' if prefix.str file is present

Enable loading of virials for 'qe/cp/traj' if prefix.str file is present #860

Workflow file for this run

name: test Python import
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
architecture: 'x64'
- run: python -m pip install .
- run: python -c 'import dpdata'