diff --git a/.github/workflows/python-pubulish.yml b/.github/workflows/python-pubulish.yml index 0f3653096..55c23579e 100644 --- a/.github/workflows/python-pubulish.yml +++ b/.github/workflows/python-pubulish.yml @@ -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