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: |