Skip to content

Commit

Permalink
remove ubuntu docs-build
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgelm committed Sep 12, 2024
1 parent d4a6079 commit 0d6e7b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
pages:
runs-on: ubuntu-latest
runs-on: macos-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- { python: "3.11", os: "ubuntu-latest", session: "mypy" }
- { python: "3.11", os: "ubuntu-latest", session: "tests" }
- { python: "3.11", os: "ubuntu-latest", session: "xdoctest" }
- { python: "3.12", os: "ubuntu-latest", session: "docs-build" }
- { python: "3.12", os: "windows-latest", session: "pre-commit" }
- { python: "3.12", os: "windows-latest", session: "safety" }
- { python: "3.12", os: "windows-latest", session: "mypy" }
Expand Down

0 comments on commit 0d6e7b2

Please sign in to comment.