From 156bf05eb063c74dbf0d50ebff086676a91f9438 Mon Sep 17 00:00:00 2001 From: felix-hilden Date: Fri, 5 Jul 2024 00:09:12 +0300 Subject: [PATCH] one more --- .github/workflows/CI.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4be8dc5..9888785 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,7 +28,8 @@ jobs: - name: Install package run: | python -m pip install -U pip uv - uv venv && source .venv/bin/activate + uv venv + source .venv/bin/activate uv pip install . -r requirements/test - name: Run test suite run: pytest @@ -45,7 +46,8 @@ jobs: - name: Install package run: | python -m pip install -U pip uv - uv venv && source .venv/bin/activate + uv venv + source .venv/bin/activate uv pip install . -r requirements/dev - name: Run tox environments run: tox