We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122c00b commit 1a9dfa1Copy full SHA for 1a9dfa1
.github/workflows/check.yml
@@ -29,6 +29,8 @@ jobs:
29
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
30
python-version: '["3.10", "3.11", "3.12", "3.13"]'
31
test-documentation:
32
+ # Temporarily disabled
33
+ if: 0
34
uses: ./.github/workflows/.hatch-run.yml
35
with:
36
job-name: "python-{0}"
0 commit comments