Skip to content

Commit

Permalink
Update build_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisbrookner authored Sep 11, 2023
1 parent 3dde2da commit 44379f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ jobs:
conda install -n base conda-libmamba-solver
conda config --set solver libmamba
conda env list
conda install -c conda-forge -y dials
conda install -n test -c conda-forge -y dials
conda info
conda list
python -m pip install --upgrade pip
pip install -e ".[docs]"
$CONDA/envs/test/bin/pip install -e ".[docs]"
cd docs
conda list
make clean
Expand Down

0 comments on commit 44379f1

Please sign in to comment.