File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 36
36
- run :
37
37
name : Update & Activate ruff venv
38
38
command : |
39
- curl https://sh.rustup.rs -sSf | sh -s -- -y
40
- . "$HOME/.cargo/env"
41
39
python -m venv .venv
42
40
. .venv/bin/activate
43
41
python -m pip install --upgrade uv
95
93
- v2-pypi-py<< parameters.python-version >>-{{ checksum "requirements/prod.txt" }}+{{ checksum "requirements/dev.txt" }}
96
94
- v2-pypi-py<< parameters.python-version >>
97
95
96
+ - run :
97
+ name : Install Rust toolchain
98
+ command : |
99
+ curl https://sh.rustup.rs -sSf | sh -s -- -y
100
+ echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> $BASH_ENV
101
+ source $BASH_ENV
102
+ rustc --version
103
+ cargo --version
104
+
105
+ - run :
106
+ name : Install maturin
107
+ command : |
108
+ source $BASH_ENV
109
+ pip install maturin
110
+
98
111
- run :
99
112
name : Update & Activate venv
100
113
command : |
You can’t perform that action at this time.
0 commit comments