Skip to content

Commit

Permalink
Update test_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcCote committed Jan 22, 2025
1 parent 370dfa7 commit 809919e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,8 @@ jobs:
- name: Install TextWorld
run: |
python -m pip install --upgrade pip
pip install pytest pytest-azurepipelines pytest-cov
pip install pytest
pip install --pre textworld[full]
- name: Run tests
run: |
pytest --durations=10 --junitxml=junit/test-results.xml --cov=textworld --cov-report=xml --cov-report=html tests/ textworld/
- uses: actions/upload-artifact@v4
with:
name: test-results
path: junit/test-results.xml
pytest tests/ textworld/

0 comments on commit 809919e

Please sign in to comment.