Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Sep 12, 2024
1 parent ef349ac commit 0a06c78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,15 @@ jobs:
environment-file: environment.yml
python-version: "3.11"
auto-activate-base: true
activate-environment: ""
activate-environment: base
- name: "Build HTML docs"
run: |
ls
tree
echo $CONDA_DEFAULT_ENV
echo $CONDA_PREFIX
conda info
conda list
make -C docs html linkcheck
env:
SPHINXOPTS: -nW --keep-going

0 comments on commit 0a06c78

Please sign in to comment.