diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb3bd68..690ef5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,4 +31,5 @@ jobs: - name: Test with pytest run: | - pytest --tb=no --disable-warnings \ No newline at end of file + pytest + # pytest --tb=no --disable-warnings \ No newline at end of file