From 81b03b41510d23947a305f187323db0143061d9b Mon Sep 17 00:00:00 2001 From: emilinmathew Date: Tue, 13 Aug 2024 10:52:42 -0700 Subject: [PATCH] updated yml file --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ccaf70527..019d38b20 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,6 @@ jobs: cmake -DENABLE_COVERAGE=ON .. make -j2 cd ../tests -# conda run -n zerod pytest -v --durations=0 --coverage conda run -n zerod pytest -v --durations=0 --ignore=test_dirgraph.py --coverage cd ../Release make coverage