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 59111d8 commit 400deb4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sphinx_docs_to_gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ jobs:
runs-on: ubuntu-latest
name: Sphinx docs to gh-pages
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Make conda environment
uses: conda-incubator/setup-miniconda@v3
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: whatever
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 400deb4

Please sign in to comment.