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 4949 run : |
5050 set -x # print commands that are executed
5151 ./scripts/runtox.sh "py${{ matrix.python-version }}-loguru-latest"
52+ - name : Test openfeature latest
53+ run : |
54+ set -x # print commands that are executed
55+ ./scripts/runtox.sh "py${{ matrix.python-version }}-openfeature-latest"
5256 - name : Test opentelemetry latest
5357 run : |
5458 set -x # print commands that are executed
@@ -121,6 +125,10 @@ jobs:
121125 run : |
122126 set -x # print commands that are executed
123127 ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-loguru"
128+ - name : Test openfeature pinned
129+ run : |
130+ set -x # print commands that are executed
131+ ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-openfeature"
124132 - name : Test opentelemetry pinned
125133 run : |
126134 set -x # print commands that are executed
You can’t perform that action at this time.
0 commit comments