Skip to content

Commit

Permalink
Merge pull request #1123 from ATheorell/disabling_test
Browse files Browse the repository at this point in the history
Hotfix: Temporarily disabling run test in tox.ini
  • Loading branch information
ATheorell committed Apr 17, 2024
2 parents 96dae2c + c896bb9 commit 082f5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ deps =
poetry
commands =
poetry install
poetry run pytest --cov=gpt_engineer --cov-report=xml
poetry run pytest --cov=gpt_engineer --cov-report=xml -k "not installed_main_execution"
passenv =
OPENAI_API_KEY

0 comments on commit 082f5a2

Please sign in to comment.