Skip to content

Commit

Permalink
Bug fixed in sphinx_docs_to_gh_pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dprada committed Dec 23, 2024
1 parent 9ab63ec commit 46f33b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sphinx_docs_to_gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
run: |
uname -a
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12

- name: Setup conda env
uses: mamba-org/setup-micromamba@v1
Expand Down

0 comments on commit 46f33b1

Please sign in to comment.