We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56c4b4 commit 9f03b33Copy full SHA for 9f03b33
.github/workflows/ci.yml
@@ -30,24 +30,5 @@ jobs:
30
31
- name: Run lints
32
run: ./scripts/lint
33
- test:
34
- name: test
35
- runs-on: ubuntu-latest
36
-
37
- steps:
38
- - uses: actions/checkout@v4
39
40
- - name: Install Rye
41
- run: |
42
- curl -sSf https://rye.astral.sh/get | bash
43
- echo "$HOME/.rye/shims" >> $GITHUB_PATH
44
- env:
45
- RYE_VERSION: '0.35.0'
46
- RYE_INSTALL_OPTION: '--yes'
47
48
- - name: Bootstrap
49
- run: ./scripts/bootstrap
50
51
- - name: Run tests
52
- run: ./scripts/test
53
.stats.yml
@@ -1,2 +1 @@
1
configured_endpoints: 29
2
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cleanlab%2Fcodex-b706b59cb40e75ffd920fc42483227383f9ef24ecb1cb1eb5f9424b388997444.yml
0 commit comments