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 e01af1c commit 52b183dCopy full SHA for 52b183d
.github/workflows/ci.yml
@@ -95,11 +95,11 @@ jobs:
95
run: |
96
rye sync --all-features
97
98
- - env:
+ - env:
99
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
100
101
rye run python examples/demo.py
102
103
104
105
rye run python examples/async_demo.py
0 commit comments