Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
updates for mamba ci action
  • Loading branch information
elbeejay authored Oct 19, 2023
1 parent 1f5fb18 commit 6bf556c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
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 6bf556c

Please sign in to comment.