Skip to content

Commit

Permalink
debug 1
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenBrinckmann committed Oct 31, 2023
1 parent fbf7bcc commit 65cf115
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validator_pypi_rocrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ jobs:
pip install rocrate
- name: Test with pytest
run: |
from pathlib import Path
from zipfile import ZIP_DEFLATED
from zipfile import Path as ZPath
from zipfile import ZipFile
from rocrate.rocrate import ROCrate
from rocrate.model.entity import Entity
from rocrate.model.contextentity import ContextEntity
cwd = Path('.')
for fileName in cwd.glob('*.eln'):
print(f'Try to parse: {fileName.name}')
with ZipFile(fileName, 'r', compression=ZIP_DEFLATED) as elnFile:
Expand Down

0 comments on commit 65cf115

Please sign in to comment.