We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca7ced commit 25eca53Copy full SHA for 25eca53
1 file changed
.github/workflows/docs.yml
@@ -26,6 +26,8 @@ jobs:
26
27
- name: install requirements
28
run: >-
29
+ coonda 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
33
--file requirements/run.txt
0 commit comments