Skip to content

Commit 4d347e8

Browse files
author
Roman
committed
test Update & Activate venv without uv
1 parent 48c930c commit 4d347e8

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-
. .venv/bin/activate
101-
python -m pip install --upgrade uv
102-
uv sync --all-extras --dev
100+
python -m pip install --upgrade pip
101+
python -m pip install '.[dev]'
102+
pip install flake8
103103
104104
- save_cache:
105105
name: Save cached venv

0 commit comments

Comments
 (0)