We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62029a9 commit 6bbd4b9Copy full SHA for 6bbd4b9
.github/workflows/docs_workflow.yml
@@ -45,11 +45,10 @@ jobs:
45
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
46
name: Install mpas_tools
47
run: |
48
- cd conda_package
49
git config --global url."https://github.com/".insteadOf "git@github.com:"
50
- conda create -n mpas_tools_dev --file dev-spec.txt
+ conda create -n mpas_tools_dev --file conda_package/dev-spec.txt
51
conda activate mpas_tools_dev
52
- python -m pip install -vv --no-deps --no-build-isolation -e .
+ python -m pip install -vv --no-deps --no-build-isolation -e conda_package
53
54
- name: Build Sphinx Docs
55
0 commit comments