From 0c26d84eb643394b5117466d60e6dcea1a72dc6e Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Sat, 29 Jun 2024 20:44:56 +0100 Subject: [PATCH] fix potentially missing petric module --- .github/workflows/run.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 4c3b48d..e9d3f92 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -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 <