Skip to content

Commit

Permalink
ignore test_magentic_perplexity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhe-log10 committed Nov 20, 2024
1 parent 229c842 commit c17d0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
if $empty_inputs; then
echo "All variables are empty"
poetry run pytest -vv tests/ --ignore=tests/test_cli.py --ignore=tests/test_litellm.py
poetry run pytest -vv tests/ --ignore=tests/test_cli.py --ignore=tests/test_litellm.py --ignore=tests/test_magentic_perplexity.py
poetry run pytest -vv tests/test_litellm.py
poetry run pytest --llm_provider=anthropic -vv tests/test_magentic.py
# poetry run pytest tests/test_magentic_perplexity.py -vv
Expand All @@ -142,6 +142,6 @@ jobs:
if: ${{ github.event_name == 'schedule' }}
run: |
echo "This is a schedule event"
poetry run pytest -vv tests/ --ignore=tests/test_cli.py
poetry run pytest -vv tests/ --ignore=tests/test_cli.py --ignore=tests/test_litellm.py --ignore=tests/test_magentic_perplexity.py
poetry run pytest --openai_model=gpt-4o -m chat -vv tests/test_openai.py
poetry run pytest tests/test_magentic_perplexity.py -vv

0 comments on commit c17d0cf

Please sign in to comment.