Skip to content

Update codemeta check in current version check workflow #1990

@matthewfeickert

Description

@matthewfeickert

The codemeta tests haven't run for a long time given that there have been API breaking changes for a long time, and so

- 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

Labels

CICI systems, GitHub ActionsbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions