Skip to content

Commit

Permalink
ISSUE #5: Enable primitive schema mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
lyubick committed Dec 4, 2023
1 parent 0ae9bad commit 251f082
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/self-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Self Test

jobs:
runValidation:
runs-on: ubuntu-latest
runs-on: python:3.11-slim
steps:
- uses: actions/checkout@v2
- name: Run PyTest(s)
Expand Down
1 change: 0 additions & 1 deletion test/test_sanity.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from pathlib import Path

import validator
import jsonschema


class Test:
Expand Down

0 comments on commit 251f082

Please sign in to comment.