Skip to content

Commit a13ba16

Browse files
Update testing.yml
1 parent 2a02a9e commit a13ba16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
isort examples
190190
191191
documentation_checks:
192-
runs-on: ubuntu-latest
192+
runs-on: windows-latest
193193

194194
steps:
195195
- uses: actions/checkout@v4
@@ -211,4 +211,4 @@ jobs:
211211
212212
- name: Check RST documentation [doc8]
213213
run: |
214-
doc8 docs/source --config pyproject.toml
214+
doc8 docs/source

0 commit comments

Comments
 (0)