Skip to content

Commit

Permalink
Merge pull request arfc#211 from smpark7/update-doc-action-env
Browse files Browse the repository at this point in the history
Update GH action for docs to use latest Conda moose env
  • Loading branch information
gwenchee authored Jul 18, 2022
2 parents 02766b3 + 279e069 commit 93ca4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
conda deactivate
conda activate moose-env
mamba install moose-tools=2021.07.14 moose-libmesh=2021.07.14
mamba install moose-tools moose-libmesh
conda deactivate
conda activate moose-env
git submodule init && git submodule update
Expand Down

0 comments on commit 93ca4b4

Please sign in to comment.