Skip to content

Commit 10fd468

Browse files
committed
Remove dep on test docs in build
1 parent 3f7b3a2 commit 10fd468

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144

145145
check-version:
146146
runs-on: ubuntu-latest
147-
needs: [ test-core, test-country-template, test-extension-template, check-numpy, test-docs, lint-files ] # Last job to run
147+
needs: [ test-core, test-country-template, test-extension-template, check-numpy, lint-files ] # Last job to run
148148
steps:
149149
- uses: actions/checkout@v2
150150
with:

0 commit comments

Comments
 (0)