We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ae9f5 commit 7740f43Copy full SHA for 7740f43
.github/workflows/test-integrations-miscellaneous.yml
@@ -45,6 +45,10 @@ jobs:
45
- name: Erase coverage
46
run: |
47
coverage erase
48
+ - name: Test launchdarkly latest
49
+ run: |
50
+ set -x # print commands that are executed
51
+ ./scripts/runtox.sh "py${{ matrix.python-version }}-launchdarkly-latest"
52
- name: Test loguru latest
53
54
set -x # print commands that are executed
@@ -121,6 +125,10 @@ jobs:
121
125
122
126
123
127
128
+ - name: Test launchdarkly pinned
129
130
131
+ ./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-launchdarkly"
124
132
- name: Test loguru pinned
133
134
0 commit comments