Skip to content

Commit ea94dd1

Browse files
authored
chore: clean up CI workflows (#3070)
* chore: clean up CI workflows * fixes * fixes * fix flaky tests
1 parent fa2f757 commit ea94dd1

54 files changed

Lines changed: 73 additions & 74 deletions

Some content is hidden

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

.github/labeler.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ topic:DX:
274274
"CONTRIBUTING.md",
275275
".pre-commit-config.yaml",
276276
".gitignore",
277-
"requirements.txt",
278277
]
279278
topic:security:
280279
- changed-files:

.github/workflows/CI_check_api_ref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Install Hatch
8383
if: steps.changed.outputs.integrations != '[]'
84-
run: pip install hatch "virtualenv<21.0.0"
84+
run: pip install hatch
8585

8686
- name: Generate API references
8787
if: steps.changed.outputs.integrations != '[]'

.github/workflows/CI_docusaurus_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: "3.10"
3333

3434
- name: Install Hatch
35-
run: pip install hatch "virtualenv<21.0.0"
35+
run: pip install hatch
3636

3737
- name: Get project folder
3838
id: pathfinder

.github/workflows/CI_pypi_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: "3.12"
3838

3939
- name: Install dependencies
40-
run: pip install hatch "virtualenv<21.0.0" requests
40+
run: pip install hatch requests
4141

4242
- name: Validate version number
4343
run: python .github/utils/validate_version.py --tag ${{ github.ref_name }}

.github/workflows/aimlapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
python-version: ${{ matrix.python-version }}
7676

7777
- name: Install Hatch
78-
run: pip install hatch "virtualenv<21.0.0"
78+
run: pip install hatch
7979

8080
- name: Lint
8181
if: matrix.python-version == '3.10' && runner.os == 'Linux'

.github/workflows/amazon_bedrock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
python-version: ${{ matrix.python-version }}
8686

8787
- name: Install Hatch
88-
run: pip install hatch "virtualenv<21.0.0"
88+
run: pip install hatch
8989

9090
- name: Lint
9191
if: matrix.python-version == '3.10' && runner.os == 'Linux'

.github/workflows/amazon_sagemaker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
python-version: ${{ matrix.python-version }}
7575

7676
- name: Install Hatch
77-
run: pip install hatch "virtualenv<21.0.0"
77+
run: pip install hatch
7878

7979
- name: Lint
8080
if: matrix.python-version == '3.10' && runner.os == 'Linux'

.github/workflows/anthropic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
python-version: ${{ matrix.python-version }}
7676

7777
- name: Install Hatch
78-
run: pip install hatch "virtualenv<21.0.0"
78+
run: pip install hatch
7979

8080
- name: Lint
8181
if: matrix.python-version == '3.10' && runner.os == 'Linux'

.github/workflows/arcadedb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
python-version: ${{ matrix.python-version }}
8181

8282
- name: Install Hatch
83-
run: pip install hatch "virtualenv<21.0.0"
83+
run: pip install hatch
8484

8585
- name: Lint
8686
if: matrix.python-version == '3.10' && runner.os == 'Linux'

.github/workflows/astra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
python-version: ${{ matrix.python-version }}
7676

7777
- name: Install Hatch
78-
run: pip install hatch "virtualenv<21.0.0"
78+
run: pip install hatch
7979

8080
- name: Lint
8181
if: matrix.python-version == '3.10' && runner.os == 'Linux'

0 commit comments

Comments
 (0)