Skip to content

Commit

Permalink
Update test_cil.sh to go back to normal CIL-version mechanism (#908)
Browse files Browse the repository at this point in the history
Fixes #907
  • Loading branch information
KrisThielemans authored Jun 22, 2024
1 parent f371793 commit 5b788b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test_cil.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set -euxo pipefail
mkdir cil_sirf_test
touch cil_sirf_test/__init__.py
DEFAULT_CIL_TAG=$(python -c 'import cil; print(f"v{cil.version.version}" if cil.version.commit_hash == "-1" else cil.version.commit_hash[1:])' | tail -n1)
DEFAULT_CIL_TAG=master # TODO: revert after CIL 24.0.0 release https://github.com/TomographicImaging/CIL/issues/1732
for fname in test_SIRF.py utils.py testclass.py; do
curl -fsSL https://raw.githubusercontent.com/TomographicImaging/CIL/$DEFAULT_CIL_TAG/Wrappers/Python/test/$fname > cil_sirf_test/$fname
done
Expand Down

0 comments on commit 5b788b8

Please # to comment.