Skip to content

Commit

Permalink
Fixing GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dprada committed Mar 29, 2023
1 parent bdd4040 commit 7586b6c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/sphinx_docs_to_gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,6 @@ jobs:
extra-specs: |
python=="3.9"
#- name: Make conda environment
# uses: conda-incubator/setup-miniconda@v2 # https://github.com/conda-incubator/setup-miniconda
# with:
# python-version: 3.9
# environment-file: devtools/conda-envs/docs_env.yaml
# #mamba-version: "*"
# #use-mamba: true
# auto-update-conda: false
# auto-activate-base: false
# show-channel-urls: true
- name: Installing the library
shell: bash -l {0}
run: |
Expand All @@ -53,12 +42,6 @@ jobs:
micromamba info
micromamba list
#- name: Info conda
# shell: bash -l {0}
# run: |
# conda info
# conda list
- name: Test import module
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 7586b6c

Please sign in to comment.