Skip to content

Commit

Permalink
[issue-407] fix pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Meret Behrens <meret.behrens@tngtech.com>
  • Loading branch information
meretp committed Jan 26, 2023
1 parent 9af1ccf commit 6acaebb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
python -m build -nwx .
python -m pip install --upgrade ./dist/*.whl
python -m pip install pytest
python -m pip install rdflib
shell: bash
- name: Run tests
run: pytest
Expand Down

0 comments on commit 6acaebb

Please sign in to comment.