File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
3636 - name : Install deps
3737 run : pip install cython numpy==1.26
3838
39- # - name: Installing packages again (this prevents a weird error)
40- # run: pip install -r requirements.txt
41-
4239 - name : Installing package
4340 run : pip install -e .
4441
42+ - name : Installing packages again (this prevents a weird error in cell matching nb)
43+ run : pip install -r requirements.txt
44+
4545 - name : Installing build dependencies
4646 run : |
4747 pip install markupsafe==2.0.1
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
2727 - name : Install cython
2828 run : pip install cython numpy==1.26
2929
30- - name : Installing package
31- run : pip install -e .
30+ - name : Installing requirements
31+ run : pip install -r ./requirements.txt
3232
33- # - name: Installing requirements
34- # run: pip install -r ./ requirements.txt
33+ - name : Installing packages again (this prevents a weird error in cell matching nb)
34+ run : pip install -r requirements.txt
3535
3636 - name : Installing build dependencies
3737 run : |
You can’t perform that action at this time.
0 commit comments