Skip to content

Commit 809919e

Browse files
committed
Update test_pypi.yml
1 parent 370dfa7 commit 809919e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

‎.github/workflows/test_pypi.yml‎

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,8 @@ jobs:
3232
- name: Install TextWorld
3333
run: |
3434
python -m pip install --upgrade pip
35-
pip install pytest pytest-azurepipelines pytest-cov
35+
pip install pytest
3636
pip install --pre textworld[full]
3737
- name: Run tests
3838
run: |
39-
pytest --durations=10 --junitxml=junit/test-results.xml --cov=textworld --cov-report=xml --cov-report=html tests/ textworld/
40-
- uses: actions/upload-artifact@v4
41-
with:
42-
name: test-results
43-
path: junit/test-results.xml
39+
pytest tests/ textworld/

0 commit comments

Comments
 (0)