Skip to content

Commit

Permalink
Where does the conda init go?
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Mar 2, 2024
1 parent 824a92d commit 53484d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ jobs:
- name: checkout submodules
run: git submodule update --init --recursive
- name: conda env create
run: cd doc && conda env create && conda init
run: cd doc && conda env create
- name: install teqp, built from source
run: |
conda init
conda activate teqpdocs
CXX=clang++ python -m pip install .
- name: build docs
run: |
conda init
conda activate teqpdocs
make html
- name: archive docs
Expand Down

0 comments on commit 53484d7

Please sign in to comment.