File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,10 @@ jobs:
25
25
auto-update-conda : true
26
26
27
27
- name : install requirements
28
- run : >-
28
+ run : |
29
29
conda create -n test python=3.12 --quiet --yes
30
30
conda activate test
31
- conda install -n build -c conda-forge
32
- --file requirements/build.txt
33
- --file requirements/run.txt
34
- --file requirements/docs.txt
35
- --quiet --yes
31
+ conda install -n build -c conda-forge --file requirements/build.txt --file requirements/run.txt --file requirements/docs.txt --quiet --yes
36
32
37
33
- name : install the package
38
34
run : python -m pip install . --no-deps
57
53
uses : peaceiris/actions-gh-pages@v4
58
54
with :
59
55
github_token : ${{ secrets.GITHUB_TOKEN }}
60
- publish_dir : ./doc/build/html
56
+ publish_dir : ./doc/build/html
You can’t perform that action at this time.
0 commit comments