Skip to content

Commit

Permalink
fix potentially missing petric module
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jun 29, 2024
1 parent 01178df commit 0c26d84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
shell: bash -el {0}
run: |
source /opt/SIRF-SuperBuild/INSTALL/bin/env_sirf.sh
curl -fsSL https://raw.githubusercontent.com/SyneRBI/PETRIC/main/petric.py > petric.py
python <<EOF
from main import Submission, submission_callbacks
from cil.optimisation.algorithms import Algorithm
Expand Down

0 comments on commit 0c26d84

Please sign in to comment.