Skip to content

Commit 61169f5

Browse files
committed
ci: add dummy OPENAI_API_KEY, upgrade setuptools in CI
1 parent 3b7f9c0 commit 61169f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Install dependencies
2525
run: |
26-
python -m pip install --upgrade pip
26+
python -m pip install --upgrade pip setuptools wheel
2727
pip install -r requirements.txt
2828
pip install pytest flake8
2929
pip install -e .
@@ -35,3 +35,5 @@ jobs:
3535
3636
- name: Run tests
3737
run: pytest tests/ -v --tb=short
38+
env:
39+
OPENAI_API_KEY: sk-dummy-key-for-ci-testing-only

0 commit comments

Comments
 (0)