Skip to content

Update conda-build-test.yml #3

Update conda-build-test.yml

Update conda-build-test.yml #3

name: Conda Test Environment, with micromamba
on:
push:
branches:
- v2.16.x
pull_request:
branches:
- v2.16.x
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Micromamba
uses: mamba-org/setup-micromamba@v2
with:
environment-file: conda/environment.yaml
cache-environment: true
cache-downloads: true
init-shell: bash
- name: Compile the code
run: |
micromamba list
pip install .
#name: Run tests
# run: |
# pytest ./docs/pytest/tests.py ./docs/pytest/test_examples.py