Skip to content

Commit 7be9bd5

Browse files
authored
ci: remove docs generations from test workflows (#2835)
1 parent 6c148a6 commit 7be9bd5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+0
-164
lines changed

.github/workflows/aimlapi.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5555
run: hatch run fmt-check && hatch run test:types
5656

57-
- name: Generate docs
58-
if: matrix.python-version == '3.10' && runner.os == 'Linux'
59-
run: hatch run docs
60-
6157
- name: Run tests
6258
run: hatch run test:cov-retry
6359

.github/workflows/amazon_bedrock.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ jobs:
6363
if: matrix.python-version == '3.10' && runner.os == 'Linux'
6464
run: hatch run fmt-check && hatch run test:types
6565

66-
- name: Generate docs
67-
if: matrix.python-version == '3.10' && runner.os == 'Linux'
68-
run: hatch run docs
69-
7066
- name: Run unit tests
7167
run: hatch run test:unit
7268

.github/workflows/amazon_sagemaker.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ jobs:
5353
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5454
run: hatch run fmt-check && hatch run test:types
5555

56-
- name: Generate docs
57-
if: matrix.python-version == '3.10' && runner.os == 'Linux'
58-
run: hatch run docs
59-
6056
- name: Run tests
6157
run: hatch run test:cov-retry
6258

.github/workflows/anthropic.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5555
run: hatch run fmt-check && hatch run test:types
5656

57-
- name: Generate docs
58-
if: matrix.python-version == '3.10' && runner.os == 'Linux'
59-
run: hatch run docs
60-
6157
- name: Run tests
6258
run: hatch run test:cov-retry
6359

.github/workflows/astra.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5555
run: hatch run fmt-check && hatch run test:types
5656

57-
- name: Generate docs
58-
if: matrix.python-version == '3.10' && runner.os == 'Linux'
59-
run: hatch run docs
60-
6157
- name: Run tests
6258
env:
6359
ASTRA_DB_API_ENDPOINT: ${{ secrets.ASTRA_DB_API_ENDPOINT }}

.github/workflows/azure_ai_search.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ jobs:
5151
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5252
run: hatch run fmt-check && hatch run test:types
5353

54-
- name: Generate docs
55-
if: matrix.python-version == '3.10' && runner.os == 'Linux'
56-
run: hatch run docs
57-
5854
- name: Run tests
5955
run: hatch run test:cov-retry
6056

.github/workflows/azure_doc_intelligence.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ jobs:
5151
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5252
run: hatch run fmt-check && hatch run test:types
5353

54-
- name: Generate docs
55-
if: matrix.python-version == '3.10' && runner.os == 'Linux'
56-
run: hatch run docs
57-
5854
- name: Run tests
5955
run: hatch run test:cov-retry
6056

.github/workflows/chroma.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ jobs:
5353
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5454
run: hatch run fmt-check && hatch run test:types
5555

56-
- name: Generate docs
57-
if: matrix.python-version == '3.10' && runner.os == 'Linux'
58-
run: hatch run docs
59-
6056
- name: Run Chroma server on Linux/macOS
6157
if: matrix.os != 'windows-latest'
6258
run: hatch run chroma run &

.github/workflows/cohere.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5555
run: hatch run fmt-check && hatch run test:types
5656

57-
- name: Generate docs
58-
if: matrix.python-version == '3.10' && runner.os == 'Linux'
59-
run: hatch run docs
60-
6157
- name: Run tests
6258
run: hatch run test:cov-retry
6359

.github/workflows/cometapi.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
if: matrix.python-version == '3.10' && runner.os == 'Linux'
5555
run: hatch run fmt-check && hatch run test:types
5656

57-
- name: Generate docs
58-
if: matrix.python-version == '3.10' && runner.os == 'Linux'
59-
run: hatch run docs
60-
6157
- name: Run tests
6258
run: hatch run test:cov-retry
6359

0 commit comments

Comments
 (0)