Skip to content

Commit

Permalink
attempt to run sim
Browse files Browse the repository at this point in the history
  • Loading branch information
egamberini authored Nov 19, 2024
1 parent f9ddffa commit f672c36
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/self-hosted-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ jobs:
- name: Load env and test
run: |
source /cvmfs/ship.cern.ch/24.10/setUp.sh
# alienv enter FairShip/latest
eval `alienv load FairShip/latest`
echo "FAIRSHIP env is set to" $FAIRSHIP
# - name: Run sim
# run: |
# source /cvmfs/ship.cern.ch/24.10/setUp.sh
# alienv enter FairShip/latest
# python $FAIRSHIP/macro/run_simScript.py
- name: Run sim
run: |
source /cvmfs/ship.cern.ch/24.10/setUp.sh
eval `alienv load FairShip/latest`
python $FAIRSHIP/macro/run_simScript.py

0 comments on commit f672c36

Please sign in to comment.