Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 committed May 25, 2023
1 parent 6de9534 commit cc76e78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: zppy_dev
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
mamba-version: "*"
environment-file: conda/dev.yml
channel-priority: strict
auto-update-conda: true
Expand Down Expand Up @@ -117,9 +121,7 @@ jobs:
# Using pip for Sphinx dependencies because it takes too long to reproduce a conda environment (~10 secs vs. 3-4 mins)
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx==5.2.3 sphinx_rtd_theme==1.0.0 docutils==0.16
mamba install sphinx-multiversion
mamba install -y sphinx==5.2.3 sphinx_rtd_theme==1.0.0 sphinx-multiversion==0.2.4 docutils==0.16
- name: Build Sphinx Docs
run: |
cd docs
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:
# Using pip for Sphinx dependencies because it takes too long to reproduce a conda environment (~10 secs vs. 3-4 mins)
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx==5.2.3 sphinx_rtd_theme==1.0.0 docutils==0.16
mamba install sphinx-multiversion
mamba install -y sphinx==5.2.3 sphinx_rtd_theme==1.0.0 sphinx-multiversion==0.2.4 docutils==0.16
- name: Build Sphinx Docs
run: |
Expand Down

0 comments on commit cc76e78

Please sign in to comment.