We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55155ba commit fd2f85eCopy full SHA for fd2f85e
1 file changed
.github/workflows/ci.yml
@@ -112,10 +112,12 @@ jobs:
112
- name: Python SDK Fuzz
113
run: just fuzz 30
114
115
- - name: Run Python SDK integration examples
116
- env:
117
- COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_TOKEN }}
118
- run: just integration-examples
+ # this is too flaky in github actions to run on PRs
+ # copilot fails to repsond in a timely fashion
+ # - name: Run Python SDK integration examples
+ # env:
119
+ # COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_TOKEN }}
120
+ # run: just integration-examples
121
122
# run last becuase it runs in build mode and messes with maturin
123
- name: Python SDK Benchmark
0 commit comments