Skip to content

Commit

Permalink
deal with conda env issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Spica-Vir committed Nov 1, 2024
1 parent 8da9c40 commit 63155aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sphinx_docs_to_gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
runs-on: ubuntu-latest
name: Sphinx docs to gh-pages
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Make conda environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: test
python-version: 3.10 # Python version to build the html sphinx documentation
environment-file: .github/docs_env.yaml # Path to the documentation conda environment
auto-update-conda: false
Expand Down

0 comments on commit 63155aa

Please sign in to comment.