@@ -42,30 +42,37 @@ jobs:
4242 run : |
4343 coverage erase
4444 - name : Test launchdarkly latest
45+ if : ${{ !cancelled() }}
4546 run : |
4647 set -x # print commands that are executed
4748 ./scripts/runtox.sh "py${{ matrix.python-version }}-launchdarkly-latest"
4849 - name : Test loguru latest
50+ if : ${{ !cancelled() }}
4951 run : |
5052 set -x # print commands that are executed
5153 ./scripts/runtox.sh "py${{ matrix.python-version }}-loguru-latest"
5254 - name : Test openfeature latest
55+ if : ${{ !cancelled() }}
5356 run : |
5457 set -x # print commands that are executed
5558 ./scripts/runtox.sh "py${{ matrix.python-version }}-openfeature-latest"
5659 - name : Test opentelemetry latest
60+ if : ${{ !cancelled() }}
5761 run : |
5862 set -x # print commands that are executed
5963 ./scripts/runtox.sh "py${{ matrix.python-version }}-opentelemetry-latest"
6064 - name : Test potel latest
65+ if : ${{ !cancelled() }}
6166 run : |
6267 set -x # print commands that are executed
6368 ./scripts/runtox.sh "py${{ matrix.python-version }}-potel-latest"
6469 - name : Test pure_eval latest
70+ if : ${{ !cancelled() }}
6571 run : |
6672 set -x # print commands that are executed
6773 ./scripts/runtox.sh "py${{ matrix.python-version }}-pure_eval-latest"
6874 - name : Test trytond latest
75+ if : ${{ !cancelled() }}
6976 run : |
7077 set -x # print commands that are executed
7178 ./scripts/runtox.sh "py${{ matrix.python-version }}-trytond-latest"
@@ -112,30 +119,37 @@ jobs:
112119 run : |
113120 coverage erase
114121 - name : Test launchdarkly pinned
122+ if : ${{ !cancelled() }}
115123 run : |
116124 set -x # print commands that are executed
117125 ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-launchdarkly"
118126 - name : Test loguru pinned
127+ if : ${{ !cancelled() }}
119128 run : |
120129 set -x # print commands that are executed
121130 ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-loguru"
122131 - name : Test openfeature pinned
132+ if : ${{ !cancelled() }}
123133 run : |
124134 set -x # print commands that are executed
125135 ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-openfeature"
126136 - name : Test opentelemetry pinned
137+ if : ${{ !cancelled() }}
127138 run : |
128139 set -x # print commands that are executed
129140 ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-opentelemetry"
130141 - name : Test potel pinned
142+ if : ${{ !cancelled() }}
131143 run : |
132144 set -x # print commands that are executed
133145 ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-potel"
134146 - name : Test pure_eval pinned
147+ if : ${{ !cancelled() }}
135148 run : |
136149 set -x # print commands that are executed
137150 ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-pure_eval"
138151 - name : Test trytond pinned
152+ if : ${{ !cancelled() }}
139153 run : |
140154 set -x # print commands that are executed
141155 ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-trytond"
0 commit comments