File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 7979 run : |
8080 set -x # print commands that are executed
8181 ./scripts/runtox.sh "py${{ matrix.python-version }}-typer-latest"
82+ - name : Test unleash latest
83+ run : |
84+ set -x # print commands that are executed
85+ ./scripts/runtox.sh "py${{ matrix.python-version }}-unleash-latest"
8286 - name : Generate coverage XML (Python 3.6)
8387 if : ${{ !cancelled() && matrix.python-version == '3.6' }}
8488 run : |
@@ -163,6 +167,10 @@ jobs:
163167 run : |
164168 set -x # print commands that are executed
165169 ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-typer"
170+ - name : Test unleash pinned
171+ run : |
172+ set -x # print commands that are executed
173+ ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-unleash"
166174 - name : Generate coverage XML (Python 3.6)
167175 if : ${{ !cancelled() && matrix.python-version == '3.6' }}
168176 run : |
You can’t perform that action at this time.
0 commit comments