File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ jobs:
5555
5656 - name : Install package and data package
5757 run : |
58- micromamba run -n myenv python -m pip install .[dev] --no-deps
58+ micromamba run -n myenv python -m pip install .[dev] --no-deps --no-build-isolation
5959 # install the data package
6060 cd mvtb-data
61- micromamba run -n myenv python -m pip install . --no-deps --verbose
61+ micromamba run -n myenv python -m pip install . --no-deps --no-build-isolation -- verbose
6262 - name : Test with pytest
6363 env :
6464 MPLBACKEND : TkAgg
@@ -103,10 +103,10 @@ jobs:
103103
104104 - name : Install package and data package
105105 run : |
106- micromamba run -n myenv python -m pip install .[dev] --no-deps
106+ micromamba run -n myenv python -m pip install .[dev] --no-deps --no-build-isolation
107107 # install the data package
108108 cd mvtb-data
109- micromamba run -n myenv python -m pip install . --no-deps
109+ micromamba run -n myenv python -m pip install . --no-deps --no-build-isolation
110110 - name : Run coverage
111111 run : |
112112 micromamba run -n myenv coverage run --source=machinevisiontoolbox -m pytest --ignore=machinevisiontoolbox/blocks
You can’t perform that action at this time.
0 commit comments