We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25eca53 commit fb0665aCopy full SHA for fb0665a
1 file changed
.github/workflows/docs.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: install requirements
28
run: >-
29
- coonda create -n test python=3.12 --quiet --yes
+ conda create -n test python=3.12 --quiet --yes
30
conda activate test
31
conda install -n build -c conda-forge
32
--file requirements/build.txt
0 commit comments