We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47dd7a4 commit afeaba9Copy full SHA for afeaba9
.github/workflows/gh-pages.yml
@@ -23,12 +23,14 @@ jobs:
23
24
- name: Basic GitHub action setup
25
uses: actions/checkout@v2
26
-
27
- - name: Set mamba environment "test"
28
- uses: mamba-org/provision-with-micromamba@main
+
+ - name: Set conda environment
+ uses: mamba-org/setup-micromamba@main
29
with:
30
environment-file: docs/ghp_environment.yml
31
environment-name: xtensor-doc
32
+ init-shell: bash
33
+ cache-downloads: true
34
35
- name: Run doxygen
36
working-directory: docs
0 commit comments