Commit b36b8d86

Stainless Bot <107565488+stainless-bot@users.noreply.github.com>
2024-04-13 00:52:41
chore(internal): formatting (#1311)
1 parent 35afd50
Changed files (1)
.github
workflows
.github/workflows/ci.yml
@@ -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: |
@@ -39,3 +39,5 @@ jobs:
       - name: Ensure importable
         run: |
           rye run python -c 'import openai'
+
+