Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschwenk committed Aug 21, 2024
2 parents 683f1a8 + b5bf4ab commit 92bb643
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
persist-credentials: false
- uses: conda-incubator/setup-miniconda@v2
- uses: mamba-org/setup-micromamba@v1
with:
python-version: '3.9'
mamba-version: "*"
channels: conda-forge, defaults
environment-file: environment.yml
init-shell: bash
- name: Install RivGraph, dependencies, and Sphinx then build docs
shell: bash -l {0}
run: |
mamba env create -q --file environment.yml
conda activate rivgraph
python setup.py install
python -m pip install --upgrade pip
Expand Down
Loading

0 comments on commit 92bb643

Please sign in to comment.