Skip to content

Commit

Permalink
Correct the installed lib
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenBrinckmann committed Nov 19, 2024
1 parent 68377f0 commit 370ea9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest rocrate jsonschema rocrateValidator
pip install pytest rocrate jsonschema roc-validator
- name: Test with pytest
run: |
pytest --tb=short -s
Expand Down
2 changes: 1 addition & 1 deletion tests/test_99_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_main(self):
output.write(f'| {software} | {individualFileName} | {resultStr} |\n')
output.write("\n\nDefinition of tests\n")
output.write("- **pypi_rocrate**: tests if eln-file can be opened by pypi's rocrate; if eln file can be easily opened by that library.\n")
output.write("- **validator**: tests if the ro-crate conventions fulfilled using pypi's rocrateValidator.\n")
output.write("- **validator**: tests if the ro-crate conventions fulfilled using pypi's roc-validator.\n")
output.write("- **schema**: tests if the conventions of the ELN-consortium are fulfilled using a schema description.\n")
output.write("- **params_metadata_json**: tests if the conventions of the ELN-consortium are fulfilled, aka parameters exist and are consistent with convention.\n")
output.close()
Expand Down

0 comments on commit 370ea9c

Please sign in to comment.