Skip to content

Commit

Permalink
[CI] use existing petric.py
Browse files Browse the repository at this point in the history
Previously, tests were run with petric.py from main.py, meaning that we
don't actually check any changes to it in a PR
  • Loading branch information
KrisThielemans committed Sep 29, 2024
1 parent 15701d8 commit d372708
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
dataset=Siemens_mMR_NEMA_IQ
curl -sfSL -o ${dataset}.zip https://petric.tomography.stfc.ac.uk/data/${dataset}.zip
mkdir -p data; cd data; unzip -u ../${dataset}.zip; cd ..
curl -fsSL https://raw.githubusercontent.com/SyneRBI/PETRIC/main/petric.py > petric.py
test -f main.py || ln -s main_ISTA.py main.py
python <<EOF
import petric
Expand Down

0 comments on commit d372708

Please sign in to comment.