Skip to content

Commit

Permalink
fix ubuntu test_dirgraph issue
Browse files Browse the repository at this point in the history
  • Loading branch information
emilinmathew committed Aug 15, 2024
1 parent 551a8f1 commit 4aaa95c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 --coverage --ignore=test_dirgraph.py
cd ../Release
make coverage
Expand Down

0 comments on commit 4aaa95c

Please sign in to comment.