Skip to content

Commit 90db128

Browse files
authored
GA workflow comments cleanup
1 parent 114acda commit 90db128

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,6 @@ jobs:
112112
python -c "import PyPartMC"
113113
pytest -v -s -We -p no:unraisableexception -k 'not test_todos_annotated' .
114114
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-
# - run: pytest -v -s -We -p no:unraisableexception tests
123-
124115
### uncomment to gain ssh access in case of failure
125116
# - if: ${{ failure() }}
126117
# uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)