Skip to content

Add nbstripout for notebooks #740

Add nbstripout for notebooks

Add nbstripout for notebooks #740

Workflow file for this run

name: pyTest
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install Python environment
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
environment-name: open-gira
cache-environment: true
- name: Test with pytest
# use a 'login shell', thereforce sourcing .bashrc, necessary for umamba
shell: bash -l {0}
# uses pytest-xdist to parallelise (2 CPUs on standard GH Actions runner)
run: |
sudo apt update && sudo apt install osmium-tool
osmium --version
python -m pytest -n auto