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.
2 parents 09a0666 + eaf7ba0 commit c54f9b3Copy full SHA for c54f9b3
.github/workflows/python-ci.yml
@@ -112,6 +112,12 @@ jobs:
112
os:
113
- ubuntu
114
looker: ${{ fromJson(needs.setup.outputs.matrix_json) }}
115
+ # Integ tests on versions 22.12 and beyond intermittently fail CIs - disable for now.
116
+ # New release version to be added manually after integration tests have been verified to pass locally.
117
+ exclude:
118
+ - looker: 22_12
119
+ - looker: 22_14
120
+ - looker: 22_16
121
122
# TODO uncomment `include:` when either macos or windows works to satisfaction.
123
#include:
0 commit comments