-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Labels
CICI systems, GitHub ActionsCI systems, GitHub ActionsbugSomething isn't workingSomething isn't working
Description
The codemeta tests haven't run for a long time given that there have been API breaking changes for a long time, and so
pyhf/.github/workflows/release_tests.yml
Lines 45 to 49 in 6bbd9ff
- name: Verify requirements in codemeta.json | |
run: | | |
python -m pip install jq "codemetapy>=0.3.4" | |
codemetapy --no-extras pyhf > codemeta_generated.json | |
diff <(jq -S .softwareRequirements codemeta_generated.json) <(jq -S .softwareRequirements codemeta.json) |
has been skipped. There have been large changes in codemetapy
since v2.0
and at the moment it v2.2.0
doesn't seem to work with pyhf
at all. I'll need to update this for the CI.
Metadata
Metadata
Assignees
Labels
CICI systems, GitHub ActionsCI systems, GitHub ActionsbugSomething isn't workingSomething isn't working