Skip to content

Bump coniferest to v0.0.13 #170

Bump coniferest to v0.0.13

Bump coniferest to v0.0.13 #170

Workflow file for this run

name: Python
on:
push:
paths:
- 'setup.py'
- 'zwad/**'
- '.github/workflows/python.yml'
pull_request:
paths:
- 'setup.py'
- 'zwad/**'
- '.github/workflows/python.yml'
jobs:
zwad:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install pytest
run: pip install pytest
- name: Install zwad
run: pip install -e .
- name: Run tests
run: pytest