Skip to content

Commit

Permalink
Update tutorial-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet authored Aug 16, 2024
1 parent 71a9b36 commit 4aa0236
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tutorial-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
unzip dataverse_files.zip
- name: Run Tutorial test
run: |
# DEBUG; TODO REMOVE
ls -l dataset/*
# Hardcode the conversion line
for x in dataset/*.mrc; do python -c "import mrcfile; mrc = mrcfile.mmap('$x', 'r+'); mrc.voxel_size = 13.79"; done
python tests/test_tutorial.py

0 comments on commit 4aa0236

Please sign in to comment.