Skip to content

temporary switch to static jupyter backend to fix build_docs #105

temporary switch to static jupyter backend to fix build_docs

temporary switch to static jupyter backend to fix build_docs #105

Workflow file for this run

name: pytest
on: [push, pull_request]
jobs:
run_pytest:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
strategy:
max-parallel: 5
steps:
- uses: actions/checkout@v3
- name: Create conda environment
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment_dev.yml
micromamba-version: 'latest'
cache-environment: true
- name: Conda info
run: conda info
- name: Install cedalion
run: |
python -m pip install -e . --no-deps --force-reinstall
- name: Running Tests
run: |
python -m pytest --verbose