Skip to content

Commit

Permalink
revert: Patch geant4 config script to download datasets (#2011) (#2014)
Browse files Browse the repository at this point in the history
This reverts commit 9cdd5e4.

This was fixed upstream and we don't need to patch the download URLs anymore.
  • Loading branch information
paulgessinger committed Apr 4, 2023
1 parent 1316c69 commit 9c74d43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@ jobs:
- name: Python level tests
shell: bash
run: >
patch /usr/local/bin/geant4-config CI/geant4-config.patch
&& /usr/local/bin/geant4-config --install-datasets
/usr/local/bin/geant4-config --install-datasets
&& source /usr/local/bin/thisroot.sh
&& source /usr/local/bin/thisdd4hep_only.sh
&& source /usr/local/bin/geant4.sh
Expand Down Expand Up @@ -281,7 +280,6 @@ jobs:
&& git config --global safe.directory "$GITHUB_WORKSPACE"
&& pip3 install histcmp==0.5.2
&& pip3 install -r Examples/Scripts/requirements.txt
&& patch /usr/local/bin/geant4-config CI/geant4-config.patch
&& /usr/local/bin/geant4-config --install-datasets
&& source /usr/local/bin/thisroot.sh
&& source /usr/local/bin/thisdd4hep_only.sh
Expand Down
11 changes: 0 additions & 11 deletions CI/geant4-config.patch

This file was deleted.

0 comments on commit 9c74d43

Please sign in to comment.