Skip to content

Commit

Permalink
Update ganga-cvmfs-install-dev.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmith75 authored Apr 30, 2024
1 parent 95badfd commit 1ca6bd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ganga/GangaRelease/tools/ganga-cvmfs-install-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ micromamba activate

. bin/activate

pip uninstall --yes ganga

pip install --upgrade ganga[LHCb,Dirac]@git+https://github.com/ganga-devs/ganga.git@develop

# We need to uninstall htcondor from the default installation to use the preinstalled versions on cvmfs
pip uninstall htcondor
pip uninstall --yes htcondor

deactivate

Expand Down

0 comments on commit 1ca6bd9

Please sign in to comment.