Skip to content

Commit 4d0c4f7

Browse files
author
Roman
committed
update Setup Rust and Install Dependencies
1 parent cb494f6 commit 4d0c4f7

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.circleci/config.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,23 +94,13 @@ jobs:
9494
- v2-pypi-py<< parameters.python-version >>
9595

9696
- run:
97-
name: Install Rust toolchain
97+
name: Setup Rust and Install Dependencies
9898
command: |
9999
curl https://sh.rustup.rs -sSf | sh -s -- -y
100-
echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> $BASH_ENV
101-
source $BASH_ENV
100+
export PATH="$HOME/.cargo/bin:$PATH"
102101
rustc --version
103102
cargo --version
104-
105-
- run:
106-
name: Install maturin
107-
command: |
108-
source $BASH_ENV
109103
pip install maturin
110-
111-
- run:
112-
name: Update & Activate venv
113-
command: |
114104
python -m venv .venv
115105
. .venv/bin/activate
116106
python -m pip install --upgrade uv

0 commit comments

Comments
 (0)