Skip to content

Commit

Permalink
Update doc workflow runners (#128)
Browse files Browse the repository at this point in the history
* build: Update version of ruff for pre-commit.

* ci: Update the runner label for the doc testing workflow to the main GitHub runner label.
  • Loading branch information
nfelt14 authored Jan 18, 2024
1 parent 2c74276 commit 093f7a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
# Test building the docs (html, linkcheck, doctest, coverage)
test-docs:
runs-on: ubuntu-latest-4-cores
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ repos:
always_run: true
args: [., --min=10]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.12
rev: v0.1.13
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit 093f7a9

Please sign in to comment.