##// END OF EJS Templates
Add check-manifest command as part of tests job
Thomas Kluyver -
Show More
@@ -23,6 +23,8 b' jobs:'
23 23 python -m pip install --upgrade --upgrade-strategy eager trio curio
24 24 python -m pip install --upgrade pytest pytest-trio 'matplotlib!=3.2.0'
25 25 python -m pip install --upgrade codecov check-manifest pytest-cov anyio
26 - name: Check manifest
27 run: check-manifest
26 28 - name: iptest
27 29 run: |
28 30 cd /tmp && iptest --coverage xml && cd -
General Comments 0
You need to be logged in to leave comments. Login now