Skip to content
Snippets Groups Projects
Unverified Commit a893b7ce authored by Agate's avatar Agate 💬
Browse files

Fixed failing ld test

parent 575fa83c
No related branches found
No related tags found
No related merge requests found
Pipeline #10472 passed with stages
in 2 minutes and 18 seconds
...@@ -16,7 +16,7 @@ test_jsonld_ns: ...@@ -16,7 +16,7 @@ test_jsonld_ns:
- "$PIP_CACHE_DIR" - "$PIP_CACHE_DIR"
before_script: before_script:
- pip install pyld pytest requests requests_mock - pip install "pyld<2" pytest requests requests_mock
script: script:
- pytest test_ns.py - pytest test_ns.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment