Skip to content

Commit

Permalink
Try activating conda environment in the next job steps
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Jul 30, 2021
1 parent 2c0ec31 commit 656ae6d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,19 @@ jobs:
run: |
mamba env update --file continuous_integration/environment.yaml
conda init bash
conda activate test-environment
- name: Install SIFT
shell: bash -l {0}
run: |
pip install sphinx sphinx_rtd_theme sphinxcontrib-apidoc; \
conda activate test-environment
pip install sphinx sphinx_rtd_theme sphinxcontrib-apidoc
pip install --no-deps -e .
- name: Run Sphinx Build
shell: bash -l {0}
run: |
cd doc; \
conda activate test-environment
cd doc
sphinx-build -b html -W source build/html
# test:
Expand Down

0 comments on commit 656ae6d

Please sign in to comment.