Skip to content

Commit 85a4d8b

Browse files
author
Roman
committed
reverse last changes
1 parent 4d347e8 commit 85a4d8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ jobs:
9797
name: Update & Activate venv
9898
command: |
9999
python -m venv .venv
100-
python -m pip install --upgrade pip
101-
python -m pip install '.[dev]'
102-
pip install flake8
100+
python -m pip install --upgrade uv
101+
uv sync --all-extras --dev
102+
uv pip install flake8
103103
104104
- save_cache:
105105
name: Save cached venv

0 commit comments

Comments
 (0)