@@ -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
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