Skip to content

remove pre-commit and run pytest instead #2

remove pre-commit and run pytest instead

remove pre-commit and run pytest instead #2

Workflow file for this run

name: Run pytest in pytrajplot
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
blueprint-pytest:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11.0
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
channels: conda-forge
channel-priority: flexible
show-channel-urls: true
- name: Run pytest
run: |
conda activate
conda activate pytrajplot
pytest