Skip to content

Commit

Permalink
Merge pull request #64 from xiaoruiDong/docs
Browse files Browse the repository at this point in the history
Doc build troubleshooting 2
  • Loading branch information
xiaoruiDong committed Sep 12, 2023
2 parents 539840c + a448774 commit e5daca4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ jobs:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
with:
ref: dev
- name: Setup Mambaforge Python 3.10
uses: conda-incubator/setup-miniconda@v2
with:
environment-file: environment.yml
miniforge-variant: Mambaforge
miniforge-version: latest
python-version: 3.10
python-version: "3.10"
activate-environment: rdmc_env
use-mamba: true

Expand Down

0 comments on commit e5daca4

Please sign in to comment.