Skip to content

Commit 289d760

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
feat(api): update via SDK Studio (#307)
1 parent f74e151 commit 289d760

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "$HOME/.rye/shims" >> $GITHUB_PATH
2323
env:
2424
RYE_VERSION: 0.24.0
25-
RYE_INSTALL_OPTION: "--yes"
25+
RYE_INSTALL_OPTION: '--yes'
2626

2727
- name: Install dependencies
2828
run: |
@@ -39,3 +39,5 @@ jobs:
3939
- name: Ensure importable
4040
run: |
4141
rye run python -c 'import cloudflare'
42+
43+

0 commit comments

Comments
 (0)