diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2b62dc3..7b32719 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: if: ${{ matrix.os == 'windows-latest' }} run: | python -m venv venv-acro - venv-acro\env\Scripts\activate.bat + venv-acro\Scripts\activate.bat - name: Install acro and pytest run: python -m pip install . pytest