Skip to content

Commit fb0665a

Browse files
committed
Fix typo coonda to conda
1 parent 25eca53 commit fb0665a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: install requirements
2828
run: >-
29-
coonda create -n test python=3.12 --quiet --yes
29+
conda create -n test python=3.12 --quiet --yes
3030
conda activate test
3131
conda install -n build -c conda-forge
3232
--file requirements/build.txt

0 commit comments

Comments
 (0)