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