Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/python-pubulish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ jobs:
- name: Install dependencies
run: |
uv sync --all-extras --all-groups

- name: Run tests
env:
ROCK_SERVICE_STATUS_DIR: /tmp/service_status
run: |
uv run pytest -m "not need_ray and not need_admin" --reruns 1 -n auto


publish:
runs-on: ubuntu-latest
needs: test
Expand Down
Loading