There was an error while loading. Please reload this page.
1 parent 370dfa7 commit 809919eCopy full SHA for 809919e
.github/workflows/test_pypi.yml
@@ -32,12 +32,8 @@ jobs:
32
- name: Install TextWorld
33
run: |
34
python -m pip install --upgrade pip
35
- pip install pytest pytest-azurepipelines pytest-cov
+ pip install pytest
36
pip install --pre textworld[full]
37
- name: Run tests
38
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
+ pytest tests/ textworld/
0 commit comments