Skip to content

Commit

Permalink
#5 testing lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Mar 5, 2025
1 parent 3112e1c commit ea39ef6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions accelerator_core/utils/schema_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ def read_current_schema(schema_version: str = CURRENT_ACCEL_SCHEMA_VERSION):
schema_name = f"accel-schema-v{schema_version}.json"

with determine_resource_path(accelerator_core.schema, schema_name) as fspath:

logger.debug(f"resource path:{fspath}")

with open(fspath) as json_data:

d = json.load(json_data)
return d

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ jsonschema~=4.23.0
pre-commit~=4.1.0
black~=25.1.0
pytest~=8.3.5
coverage~=7.6.12

0 comments on commit ea39ef6

Please sign in to comment.