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 4dab14b commit 4900ef0Copy full SHA for 4900ef0
2 files changed
.github/workflows/build.yml
@@ -497,7 +497,7 @@ jobs:
497
path: ${{ env.CPYTHON_BUILDDIR }}/.hypothesis/examples/
498
499
test-lazy-imports-all:
500
- name: 'Test Lazy Imports Fully Enabled'
+ name: 'Lazy Imports All Enabled'
501
needs: build-context
502
if: fromJSON(needs.build-context.outputs.run-tests)
503
uses: ./.github/workflows/reusable-test-lazy-imports-all.yml
.github/workflows/reusable-test-lazy-imports-all.yml
@@ -23,7 +23,7 @@ env:
23
24
jobs:
25
26
27
runs-on: ubuntu-24.04
28
timeout-minutes: 60
29
env:
0 commit comments