diff --git a/.github/workflows/macos-ci.yml b/.github/workflows/macos-ci.yml index d63dd1e..aaee302 100644 --- a/.github/workflows/macos-ci.yml +++ b/.github/workflows/macos-ci.yml @@ -40,7 +40,7 @@ jobs: - name: Install Project run: | python -m pip install -e . - python -m pip install -e ".[test]" || true + python -m pip install -e ".[test]" - name: Run Tests env: