Skip to content

Commit

Permalink
Going back to install docsteady
Browse files Browse the repository at this point in the history
  • Loading branch information
gcomoretto committed Nov 18, 2020
1 parent 3280a11 commit 096e3be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docsci.yaml
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: Install docsteady
shell: bash -l {0}
run: |
$CONDA/bin/conda create --name docsteady-env docsteady -c gcomoretto
$CONDA/bin/conda install python=3.7
$CONDA/bin/conda install docsteady -c gcomoretto
#$CONDA/bin/conda create --name docsteady-env docsteady -c gcomoretto
- name: Check doccsteady
shell: bash -l {0}
run: |
$CONDA/etc/profile.d/conda.sh
$CONDA/bin/conda activate doscteady-end
$CONDA/bin/conda list doscteady
docsteady -h

0 comments on commit 096e3be

Please sign in to comment.