Skip to content

Commit

Permalink
Try to fix CI-doc conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Jan 31, 2024
1 parent a02e04e commit 89b02da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
CONDA_ENV_FILE : ./.github/resources/conda-setup.yml

- name: Update conda env for docs
run: conda env update --name dgcode --file ./.github/resources/publish-doc-condaenv.yml --prune
run: conda env update --name simplebuild_dgcode --file ./.github/resources/publish-doc-condaenv.yml --prune

- name: Install self
run: python3 -mpip install .
Expand Down

0 comments on commit 89b02da

Please sign in to comment.