Skip to content

Commit 25eca53

Browse files
committed
Update cooke docs.yml
1 parent 7ca7ced commit 25eca53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

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

0 commit comments

Comments
 (0)