We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb494f6 commit 4d0c4f7Copy full SHA for 4d0c4f7
.circleci/config.yml
@@ -94,23 +94,13 @@ jobs:
94
- v2-pypi-py<< parameters.python-version >>
95
96
- run:
97
- name: Install Rust toolchain
+ name: Setup Rust and Install Dependencies
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
+ export PATH="$HOME/.cargo/bin:$PATH"
102
rustc --version
103
cargo --version
104
-
105
- - run:
106
- name: Install maturin
107
- command: |
108
109
pip install maturin
110
111
112
- name: Update & Activate venv
113
114
python -m venv .venv
115
. .venv/bin/activate
116
python -m pip install --upgrade uv
0 commit comments