We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114acda commit 90db128Copy full SHA for 90db128
.github/workflows/tests+artifacts+pypi.yml
@@ -112,15 +112,6 @@ jobs:
112
python -c "import PyPartMC"
113
pytest -v -s -We -p no:unraisableexception -k 'not test_todos_annotated' .
114
115
-# TODO #114: worth checking but perhaps in a separater workflow? (here conflicts with build dir created for manylinux by other user)
116
-# - run: DEBUG=1 VERBOSE=1 pip install --verbose -e .
117
-#
118
-# - run: pytest -v -s -We -p no:unraisableexception tests
119
120
-# - run: DEBUG=0 VERBOSE=1 pip install --verbose -e .
121
122
123
-
124
### uncomment to gain ssh access in case of failure
125
# - if: ${{ failure() }}
126
# uses: mxschmitt/action-tmate@v3
0 commit comments