Show More
@@ -21,7 +21,7 b' jobs:' | |||||
21 | - os: macos-latest |
|
21 | - os: macos-latest | |
22 | python-version: "3.7" |
|
22 | python-version: "3.7" | |
23 | - os: macos-latest |
|
23 | - os: macos-latest | |
24 |
python-version: "3. |
|
24 | python-version: "3.9" | |
25 |
|
25 | |||
26 | steps: |
|
26 | steps: | |
27 | - uses: actions/checkout@v2 |
|
27 | - uses: actions/checkout@v2 | |
@@ -39,6 +39,7 b' jobs:' | |||||
39 | - name: Check manifest |
|
39 | - name: Check manifest | |
40 | run: check-manifest |
|
40 | run: check-manifest | |
41 | - name: iptest |
|
41 | - name: iptest | |
|
42 | if: matrix.python-version != '3.10' | |||
42 | run: | |
|
43 | run: | | |
43 | cd /tmp && iptest --coverage xml && cd - |
|
44 | cd /tmp && iptest --coverage xml && cd - | |
44 | cp /tmp/ipy_coverage.xml ./ |
|
45 | cp /tmp/ipy_coverage.xml ./ |
General Comments 0
You need to be logged in to leave comments.
Login now