Skip to content

Commit ea4d82b

Browse files
authored
Merge pull request #30 from thedadams/ci-test-debugging
chore: pass GPTSCRIPT_CONFIG_FILE through to tox
2 parents c2bc3bb + dbb3aa8 commit ea4d82b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/run_tests.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- name: Install deps
5353
run: |
5454
pip install -r requirements.txt
55+
- name: Create config file
56+
run: |
57+
echo '{"credsStore":"file"}' > config
5558
- name: Run Tests
5659
env:
5760
GPTSCRIPT_BIN: .\gptscript.exe

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ passenv = OPENAI_API_KEY
99
GPTSCRIPT_BIN
1010
GPTSCRIPT_URL
1111
GPTSCRIPT_DISABLE_SERVER
12+
GPTSCRIPT_CONFIG_FILE
1213
commands =
1314
install_gptscript
1415
pytest -s tests/

0 commit comments

Comments
 (0)