From 0cfcfa12e7f57c8f8bd3f5013d6e2acd3ab73e88 Mon Sep 17 00:00:00 2001 From: "Timur M. Carstensen" Date: Mon, 25 Nov 2024 14:22:24 +0100 Subject: [PATCH] ci(test.yaml): re-ordering steps when installing and testing --- .github/workflows/tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d35f13cc..5c24f1c8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -32,7 +32,6 @@ jobs: - name: run tests run: | uv venv --python ${{ matrix.python-version }} - source .venv/bin/activate uv pip install -e ".[dev]" uv run pytest -m "" # Run all markers