Skip to content

Commit

Permalink
ci: Bump histcmp to v0.5.2
Browse files Browse the repository at this point in the history
This fixes some bugs with TH2s
  • Loading branch information
paulgessinger committed Oct 24, 2022
1 parent d377c60 commit 0237412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ jobs:
run: >
echo "::group::Dependencies"
&& git config --global safe.directory "$GITHUB_WORKSPACE"
&& pip3 install histcmp==0.5.1
&& pip3 install histcmp==0.5.2
&& pip3 install -r Examples/Scripts/requirements.txt
&& /usr/local/bin/download_geant4_data.sh
&& source /usr/local/bin/thisroot.sh
Expand Down

0 comments on commit 0237412

Please sign in to comment.