File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
uses : ./.github/actions/install-dependencies
31
31
32
32
- name : Install book deps
33
- run : python3 -m pip install -r - -no-binary=h5py .
33
+ run : python3 -m pip install --no-binary=h5py .
34
34
35
35
- name : Build the book
36
36
run : jupyter-book build . -W
Original file line number Diff line number Diff line change 42
42
uses : ./.github/actions/install-dependencies
43
43
44
44
- name : Install requirements
45
- run : python3 -m pip install --no-cache-dir -r - -no-binary=h5py . --upgrade
45
+ run : python3 -m pip install --no-cache-dir --no-binary=h5py . --upgrade
46
46
47
47
- name : Test complex notebooks in parallel
48
48
run : |
Original file line number Diff line number Diff line change 32
32
33
33
- name : Install additional deps
34
34
run : |
35
- python3 -m pip install -r - -no-binary=h5py .
35
+ python3 -m pip install --no-binary=h5py .
36
36
37
37
- name : Test complex notebooks in parallel
38
38
run : |
You can’t perform that action at this time.
0 commit comments