Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwanDemairy committed Oct 17, 2024
1 parent 4c53cc8 commit 1b15a80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Install dependencies
run: |
source /builds/miniconda3/etc/profile.d/conda.sh
conda env update -f conda-env/corese-core-documentation.yml
ls -la
conda env update -f ./conda-env/corese-core-documentation.yml
conda activate corese-core-documentation
- name: Build Sphinx documentation with multiversion
Expand Down

0 comments on commit 1b15a80

Please sign in to comment.