diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 914ad69..3ab6b30 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,8 @@ version: 2 updates: - package-ecosystem: github-actions directory: / + labels: + - run-gpu-ci schedule: interval: weekly cooldown: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 929f7af..5fce48a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: python-version: '3.14' - uses: astral-sh/setup-uv@v10.0.1 - run: uv pip install --system --group=test -e .[full] - - uses: CodSpeedHQ/action@v5.0.3 + - uses: CodSpeedHQ/action@v5.2.1 with: mode: simulation run: pytest -m benchmark --codspeed -n auto