Skip to content

PFHub CLI tool

PFHub CLI tool #13

Workflow file for this run

---
name: Test PFHub With Conda
on: [push, pull_request]
jobs:
pfhub-conda-test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./_data/python-pfhub
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- uses: mamba-org/setup-micromamba@v1
with:
environment-name: test-env
create-args: >-
python=3.10
- run: python setup.py install
- run: py.test --nbval-lax --cov-fail-under=100
- run: |
mkdir -p tmp
cd tmp
pfhub test