Skip to content

added .readthedocs.yaml #8

added .readthedocs.yaml

added .readthedocs.yaml #8

name: Use Setup-Miniconda From Marketplace
on: [push]
jobs:
miniconda:
name: Miniconda ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest"]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: test
environment-file: environment.yml
python-version: 3.11
auto-activate-base: false
- shell: bash -l {0}
run: |
conda info
conda list
pip install .
- shell: bash -l {0}
run: |
which hetbuilder
hetbuilder --help