mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
[3.11] 🔥 Drop hypothesis job dep @ GHA (#107128)
This fixes an incorrect conflict resolution problem that happened
in 0cdc3a575d
while backporting
PR #97533 as PR #107115 (merged prematurely). This problem caused
GitHub Actions CI/CD to crash while attempting to load the workflow
file definition, preventing the jobs that are defined in
`.github/workflows/build.yml` from actually starting.
This commit is contained in:
parent
0cdc3a575d
commit
07acf5756f
1 changed files with 0 additions and 9 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -453,7 +453,6 @@ jobs:
|
|||
- build_macos
|
||||
- build_ubuntu
|
||||
- build_ubuntu_ssltests
|
||||
- test_hypothesis
|
||||
- build_asan
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -466,7 +465,6 @@ jobs:
|
|||
build_macos,
|
||||
build_ubuntu_ssltests,
|
||||
build_win32,
|
||||
test_hypothesis,
|
||||
allowed-skips: >-
|
||||
${{
|
||||
!fromJSON(needs.check_source.outputs.run-docs)
|
||||
|
@ -488,11 +486,4 @@ jobs:
|
|||
'
|
||||
|| ''
|
||||
}}
|
||||
${{
|
||||
!fromJSON(needs.check_source.outputs.run_hypothesis)
|
||||
&& '
|
||||
test_hypothesis,
|
||||
'
|
||||
|| ''
|
||||
}}
|
||||
jobs: ${{ toJSON(needs) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue