Spaces:
Runtime error
Runtime error
🥷 Add export OPENAI_API_KEY for tests
Browse files
.github/workflows/python-package.yml
CHANGED
@@ -27,4 +27,5 @@ jobs:
|
|
27 |
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
28 |
- name: Test with pytest
|
29 |
run: |
|
|
|
30 |
pytest
|
|
|
27 |
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
28 |
- name: Test with pytest
|
29 |
run: |
|
30 |
+
export OPENAI_API_KEY=${{secrets.OPENAI_API_KEY}}
|
31 |
pytest
|