From fa71ecbb2844c4b0119a13e23561d8d52675143f Mon Sep 17 00:00:00 2001 From: Jochem Smit Date: Tue, 26 Nov 2024 09:34:43 +0100 Subject: [PATCH] where do these keep coming from --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index bef9d94..94e5296 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -22,7 +22,7 @@ jobs: run: | python -m pip install uv uv venv -p ${{ matrix.python-version }} - . .venv/bin/activate' + . .venv/bin/activate echo PATH=$PATH >> $GITHUB_ENV uv pip install -r requirements/requirements-ubuntu-latest-${{ matrix.python-version }}.txt uv pip install -e .