Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit d34dfe2

Browse files
authored
Disable this auto-CI Stainless is adding
1 parent 79acdb5 commit d34dfe2

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/ci.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
RYE_VERSION: '0.44.0'
3030
RYE_INSTALL_OPTION: '--yes'
3131

32-
- name: Install dependencies
33-
run: rye sync --all-features
32+
# - name: Install dependencies
33+
# run: rye sync --all-features
3434

35-
- name: Run lints
36-
run: ./scripts/lint
35+
# - name: Run lints
36+
# run: ./scripts/lint
3737

3838
build:
3939
if: github.repository == 'stainless-sdks/llama-stack-client-python' && (github.event_name == 'push' || github.event.pull_request.head.repo.fork)
@@ -54,24 +54,24 @@ jobs:
5454
RYE_VERSION: '0.44.0'
5555
RYE_INSTALL_OPTION: '--yes'
5656

57-
- name: Install dependencies
58-
run: rye sync --all-features
57+
# - name: Install dependencies
58+
# run: rye sync --all-features
5959

60-
- name: Run build
61-
run: rye build
60+
# - name: Run build
61+
# run: rye build
6262

6363
- name: Get GitHub OIDC Token
6464
id: github-oidc
6565
uses: actions/github-script@v6
6666
with:
6767
script: core.setOutput('github_token', await core.getIDToken());
6868

69-
- name: Upload tarball
70-
env:
71-
URL: https://pkg.stainless.com/s
72-
AUTH: ${{ steps.github-oidc.outputs.github_token }}
73-
SHA: ${{ github.sha }}
74-
run: ./scripts/utils/upload-artifact.sh
69+
# - name: Upload tarball
70+
# env:
71+
# URL: https://pkg.stainless.com/s
72+
# AUTH: ${{ steps.github-oidc.outputs.github_token }}
73+
# SHA: ${{ github.sha }}
74+
# run: ./scripts/utils/upload-artifact.sh
7575

7676
test:
7777
timeout-minutes: 10
@@ -89,8 +89,8 @@ jobs:
8989
RYE_VERSION: '0.44.0'
9090
RYE_INSTALL_OPTION: '--yes'
9191

92-
- name: Bootstrap
93-
run: ./scripts/bootstrap
92+
# - name: Bootstrap
93+
# run: ./scripts/bootstrap
9494

95-
- name: Run tests
96-
run: ./scripts/test
95+
# - name: Run tests
96+
# run: ./scripts/test

0 commit comments

Comments
 (0)