Skip to content

Commit

Permalink
[fix] module resolutions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed May 13, 2024
1 parent 641035f commit 64aab25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
npm i -g pyright
pdm install --group playground --quiet --no-editable
- name: Run tests
working-directory: ./src
run: |
pdm test
- name: Run static type checking
Expand Down
2 changes: 1 addition & 1 deletion tests/test_hypotheses.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from hypothesis import strategies as st
from tqdm import tqdm

from partial_json_parser.core.api import parse_json
from partial_json_parser import parse_json

json = st.recursive(
st.none() | st.booleans() | st.floats() | st.text(),
Expand Down

0 comments on commit 64aab25

Please sign in to comment.