Skip to content

Commit

Permalink
Fix local install
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Nov 14, 2024
1 parent d725cf6 commit 48b0a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
name: Install mpas_tools
run: |
conda create -y -n mpas_tools_dev --use-local mpas_tools \
python=${{ matrix.python-version }} \
conda create -y -n mpas_tools_dev -c ${CONDA_PREFIX}/conda-bld/ \
-c conda-forge mpas_tools python=${{ matrix.python-version }} \
sphinx sphinx-multiversion mock sphinx_rtd_theme
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
Expand Down

0 comments on commit 48b0a53

Please sign in to comment.