File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
crates/apollo_infra_utils/src Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1818* /.vscode /*
1919* .DS_Store
2020tmp_venv /*
21+ sequencer_venv /*
2122.vscode /settings.json
2223/data
2324/logs
Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ pub fn verify_cairo0_compiler_deps() {
3737 assert_eq ! (
3838 expected_cairo_lang_version, cairo_lang_version,
3939 "cairo-lang version {expected_cairo_lang_version} not found (installed version: \
40- {cairo_lang_version}). Please run:\n pip3.9 install -r {:?}\n then rerun the test.",
40+ {cairo_lang_version}). Run the following commands (enter a python venv and install \
41+ dependencies) and retry:\n python3.9 -m venv sequencer_venv\n . \
42+ sequencer_venv/bin/activate\n pip install -r {:?}",
4143 * PIP_REQUIREMENTS_FILE
4244 ) ;
4345}
You can’t perform that action at this time.
0 commit comments