Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes committed Oct 19, 2023
1 parent 03d0343 commit eefcf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/github/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
pytest --pyargs skrub --cov=skrub -n auto --doctest-modules


sqlite3 ./coverage 'with pat(pat) as (select "site-packages/") update file set path=substring(path, instr(path, pat) + length(pat)) from pat;'
sqlite3 ./.coverage 'with pat(pat) as (select "site-packages/") update file set path=substring(path, instr(path, pat) + length(pat)) from pat;'

0 comments on commit eefcf77

Please sign in to comment.