Skip to content
This repository was archived by the owner on Jul 2, 2026. It is now read-only.

Commit 7fbfbc2

Browse files
authored
Merge pull request #1173 from PolicyEngine/codex/remove-us-data-bundle-contract
Remove policyengine-bundles contract CI
2 parents bee87c1 + 5fcaa43 commit 7fbfbc2

2 files changed

Lines changed: 1 addition & 21 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -165,27 +165,6 @@ jobs:
165165
tests/unit/test_long_term_calibration_contract.py::test_greg_calibrator_hits_linear_controls_with_svy
166166
-v
167167
168-
bundle-release-manifest-contract:
169-
name: Validate bundle release manifest contract
170-
runs-on: ubuntu-latest
171-
needs: [check-fork, lint]
172-
steps:
173-
- uses: actions/checkout@v6
174-
- uses: actions/setup-python@v6
175-
with:
176-
python-version: "3.14"
177-
- uses: astral-sh/setup-uv@v8.1.0
178-
- run: uv sync --dev
179-
- name: Install bundle contract validator
180-
run: >
181-
uv pip install
182-
"policyengine-bundles @ git+https://github.com/PolicyEngine/policyengine-bundles@e15d653b40926cfb39ddef9b445d1b0022da1b85"
183-
- name: Validate release manifest shape
184-
run: >
185-
uv run pytest
186-
tests/unit/test_release_manifest.py::test_build_release_manifest_validates_against_bundle_contract
187-
-v
188-
189168
target-integration-tests:
190169
runs-on: ubuntu-latest
191170
needs: [check-fork, lint, unit-tests, smoke-test, decide-test-scope]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removed the policyengine-bundles metadata contract check from pull-request CI.

0 commit comments

Comments
 (0)