diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0e9a64c..dced19a 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 ../tmp/env_test - ../tmp/env_test/activate + ../tmp/env_test/Scripts/activate - name: Install Python Jep run: | pip install numpy