From 89b75e88f0133c55834f2ba9d6840d218ad9627a Mon Sep 17 00:00:00 2001 From: David Kaplan Date: Tue, 3 Dec 2024 11:26:23 -0600 Subject: [PATCH] back to all tests --- .github/workflows/ci_test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 639262177..f306b0af2 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -136,6 +136,5 @@ jobs: python -m pip install --force-reinstall --no-deps . - name: Run tests shell: bash -el {0} - #run: pytest -v --pyargs tests - run: pytest -v --pyargs tests/test_phase_offset.py + run: pytest -v --pyargs tests \ No newline at end of file