Skip to content

Commit cdda2e4

Browse files
committed
Fix syntax
1 parent 18b79bb commit cdda2e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
bash
2424
2525
- name: Install package in environment
26-
run: python -c "pip install ."
27-
shell: bash -el {0}
26+
run: python -m pip install .
27+
shell: micromamba-shell {0}
2828

2929
- name: Check docs can be build + links
3030
working-directory: docs

0 commit comments

Comments
 (0)