diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c569716..e4f208f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,4 +34,5 @@ jobs: source venv/bin/activate elif [ "${{ runner.os }}" == "Windows" ]; then venv\Scripts\activate + fi pytest tests/test_fit.py