Skip to content

Commit

Permalink
Revert "add -v"
Browse files Browse the repository at this point in the history
This reverts commit ed514fb.
  • Loading branch information
anmyachev committed Sep 17, 2023
1 parent ed514fb commit 4e9d64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
# check Modin on HDK
MODIN_ENGINE=native MODIN_STORAGE_FORMAT=hdk MODIN_EXPERIMENTAL=true asv run --quick --show-stderr \
--launch-method=forkserver --config asv.conf.hdk.json \
-b ^hdk -v | tee benchmarks.log
-b ^hdk | tee benchmarks.log
else
echo "Benchmarks did not run, no changes detected"
fi
Expand Down

0 comments on commit 4e9d64c

Please sign in to comment.