File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -150,12 +150,6 @@ dependencies = [
150150]
151151run_task = " start-console"
152152
153- [tasks .setuptools-rust ]
154- script_runner = " @shell"
155- script = '''
156- conda run -n $CONDA_ENV python -m pip install setuptools-rust==0.11.6
157- '''
158-
159153[tasks .install-backend ]
160154script_runner = " @shell"
161155script = '''
@@ -169,12 +163,7 @@ conda run -n $CONDA_ENV --no-capture-output --live-stream python -m pip install
169163'''
170164
171165[tasks .prod-freeze-no-copy ]
172- dependencies = [
173- " copy-capnp" ,
174- " generate-resources" ,
175- " setuptools-rust" ,
176- " prod-install-backend" ,
177- ]
166+ dependencies = [" copy-capnp" , " generate-resources" , " prod-install-backend" ]
178167script_runner = " @shell"
179168script = '''
180169conda run -n $CONDA_ENV fbs freeze
You can’t perform that action at this time.
0 commit comments