diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c0f8c1..3406f03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: python -m pip install git+https://github.com/zarr-developers/zarr-python.git - name: ๐Ÿงช Run Tests - run: pytest --color=yes --cov=src/ngio --cov-report=term-missing --cov-report=xml + run: pytest # If something goes wrong with --pre tests, we can open an issue in the repo - name: ๐Ÿ“ Report --pre Failures