From 483a337200b8d55745288426dc284a6e8a032bce Mon Sep 17 00:00:00 2001 From: Jochem Smit Date: Tue, 26 Nov 2024 09:32:16 +0100 Subject: [PATCH] remove ' --- .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 7d0fac9..bef9d94 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install uv - uv venv -p ${{ matrix.python-version }}' + uv venv -p ${{ matrix.python-version }} . .venv/bin/activate' echo PATH=$PATH >> $GITHUB_ENV uv pip install -r requirements/requirements-ubuntu-latest-${{ matrix.python-version }}.txt