From c29c76b60fa26306f638ede50ff1d985fc65dd37 Mon Sep 17 00:00:00 2001 From: Brendan Date: Wed, 15 Nov 2023 15:22:19 +0100 Subject: [PATCH] Use core main branch to build docs --- .github/workflows/docs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3b2b52b1..42272edc 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -77,6 +77,11 @@ jobs: export PATH=/usr/share/miniconda3/bin:$PATH mamba env update -n hydromt_wflow -f environment.yml + - name: Install HydroMT-core dev + run: | + export PATH=/usr/share/miniconda3/bin:$PATH + mamba run -n hydromt_wflow python -m pip install git+https://github.com/Deltares/hydromt.git@main --user + - name: Generate dummy docs if: ${{ github.event_name == 'pull_request' }} run: |