Skip to content

Commit

Permalink
Pin pySHACL to v0.21
Browse files Browse the repository at this point in the history
pySHACL 0.22 handles extra ontologies differently, and this can affect
our entailments / validations.

See https://github.com/RDFLib/pySHACL/blob/master/CHANGELOG.md#in-this-release-2
  • Loading branch information
avillar committed Nov 9, 2023
1 parent 7d9f450 commit 521eef1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/entail_and_validate_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ inputs.repo-ref }}
- name: Setup Python
uses: actions/setup-python
with:
python-version: '3.11'
cache: 'pip'
- name: install Python dependencies
run: |
python -m pip install -U pip
Expand Down
4 changes: 2 additions & 2 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyshacl>=0.19
pyshacl<0.22
httpx
rdflib>=6.0.1
html5lib
Expand All @@ -8,4 +8,4 @@ PyYAML
pyld
wcmatch
requests
ogc-na @ git+https://github.com/opengeospatial/ogc-na-tools@main#egg=ogc-na
ogc-na

0 comments on commit 521eef1

Please sign in to comment.