Skip to content

Commit

Permalink
Remove coverage due to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower committed Nov 21, 2023
1 parent e0d6c8f commit 1f0b534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/environments-test-azure-openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
pip install -e '.[all]'
- name: Umshini Environments Test
run: |
xvfb-run -s "-screen 0 1024x768x24" pytest -v -n auto tests/test_umshini_environments.py --cov=chatarena --cov-report term
xvfb-run -s "-screen 0 1024x768x24" pytest -v -n auto tests/test_umshini_environments.py
2 changes: 1 addition & 1 deletion .github/workflows/environments-test-openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
xvfb-run -s "-screen 0 1024x768x24" pytest -v -n auto tests/test_umshini_environments.py
- name: Regular Environments Test
run: |
xvfb-run -s "-screen 0 1024x768x24" pytest -v -n auto tests --cov=chatarena --cov-report term
xvfb-run -s "-screen 0 1024x768x24" pytest -v -n auto tests

0 comments on commit 1f0b534

Please sign in to comment.