From bb497e0b472e0b861adac4651cd2af307ad49afd Mon Sep 17 00:00:00 2001 From: Matthew Quinn Date: Fri, 12 Jul 2024 10:32:10 +0100 Subject: [PATCH] pathing --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fe2792fa8f..9dc3a6e9a3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: - name: Activate the virtualenv if: ${{ matrix.os != 'windows-latest' }} run: | - source .venv\bin\activate + source .venv/bin/activate # Set up poetry and cache for dependencies - name: install poetry run: |