Skip to content

Commit a6f29f3

Browse files
committed
Update docs env name
1 parent ad16777 commit a6f29f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
uses: mamba-org/setup-micromamba@v1
1818
with:
1919
environment-file: docs/env.yaml
20-
environment-name: ipynao_docs
20+
environment-name: docs-env
2121
cache-environment: true
22-
micromamba-version: '1.4.1'
22+
micromamba-version: '1.4.0-9'
2323

2424
- name: Activate environment and install package
2525
run: |
2626
eval "$(micromamba shell hook --shell=bash)"
27-
micromamba activate ipynao_docs
27+
micromamba activate docs-env
2828
python -m pip install .
2929
3030
- name: Check docs can be build + links

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: ipynao_docs
2+
name: docs-env
33
channels:
44
- conda-forge
55
dependencies:

0 commit comments

Comments
 (0)