Skip to content

Commit

Permalink
syntax fix in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
aglavic committed Aug 11, 2023
1 parent f9b7c92 commit 0928e3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate_bornagain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
- name: Validate
run: |
# source /usr/local/bin/thisbornagain.sh
# ls -al /usr/local/bin
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
# printenv
# ls -al /usr/local/bin
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
# printenv
# run validation via pytest (for Python packages)
python3 -m pytest validation/scripts/test_bornagain.py

0 comments on commit 0928e3e

Please sign in to comment.