Skip to content

Commit

Permalink
chore(internal): formatting (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Apr 12, 2024
1 parent 1129082 commit 8fd411b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo "$HOME/.rye/shims" >> $GITHUB_PATH
env:
RYE_VERSION: 0.24.0
RYE_INSTALL_OPTION: "--yes"
RYE_INSTALL_OPTION: '--yes'

- name: Install dependencies
run: |
Expand All @@ -39,3 +39,5 @@ jobs:
- name: Ensure importable
run: |
rye run python -c 'import openai'

0 comments on commit 8fd411b

Please sign in to comment.