Skip to content

Commit

Permalink
Merge pull request #98 from elbeejay/update-ci
Browse files Browse the repository at this point in the history
fix docs CI
  • Loading branch information
jonschwenk authored Oct 19, 2023
2 parents be5b49d + 6bf556c commit 8afbe6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ jobs:
uses: actions/checkout@v2
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

0 comments on commit 8afbe6f

Please sign in to comment.