Skip to content

Commit

Permalink
Update build-sand-geometry.yml
Browse files Browse the repository at this point in the history
install dunendggd
  • Loading branch information
mt82 authored Jul 10, 2024
1 parent 08fe316 commit dc31aa3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-sand-geometry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,14 @@ jobs:
git clone --depth 1 --branch ${{env.gegede-version}} https://github.com/brettviren/gegede.git source
cd source/
python3 setup.py install
deactivate ~/gegede/ggdvenv
#############################################################################################################################
# Install dunendggd
#############################################################################################################################
- name: Install dunendggd
run: |
source ~/gegede/ggdvenv/bin/activate
git clone --depth 1 https://github.com/DUNE/dunendggd.git
cd dunendggd/
pip install -e .

0 comments on commit dc31aa3

Please sign in to comment.