diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f59da1b9bf1f7..fe183f49b18b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -384,7 +384,8 @@ jobs: cache-dependency-path: ./dev/breeze/setup* - run: python -m pip install --editable ./dev/breeze/ - run: breeze setup version - - run: python -m pytest ./dev/breeze/ -n auto --color=yes + - run: python -m pytest -n auto --color=yes + working-directory: ./dev/breeze/ - run: breeze setup check-all-params-in-groups tests-www: