Skip to content

Commit

Permalink
no * expansion on github workflow shell, it seems
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet authored Aug 16, 2024
1 parent 4aa0236 commit 24f01fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tutorial-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
# 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
# Hardcode the conversion line for the one tomogram
python -c "import mrcfile; mrc = mrcfile.mmap('dataset/tomo200528_100.mrc', 'r+'); mrc.voxel_size = 13.79"
python tests/test_tutorial.py

0 comments on commit 24f01fb

Please sign in to comment.