Skip to content

Commit 6bbd4b9

Browse files
authored
Switch to safer workflow for creating docs environment
1 parent 62029a9 commit 6bbd4b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docs_workflow.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@ jobs:
4545
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
4646
name: Install mpas_tools
4747
run: |
48-
cd conda_package
4948
git config --global url."https://github.com/".insteadOf "git@github.com:"
50-
conda create -n mpas_tools_dev --file dev-spec.txt
49+
conda create -n mpas_tools_dev --file conda_package/dev-spec.txt
5150
conda activate mpas_tools_dev
52-
python -m pip install -vv --no-deps --no-build-isolation -e .
51+
python -m pip install -vv --no-deps --no-build-isolation -e conda_package
5352
5453
- name: Build Sphinx Docs
5554
run: |

0 commit comments

Comments
 (0)