Skip to content

Commit

Permalink
set config with sed
Browse files Browse the repository at this point in the history
  • Loading branch information
searscr committed Sep 29, 2023
1 parent b2ec504 commit bd02dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16
- name: Test with pytest
run: |
sed -i '/^sdatasearch.directories=/s/.*/datasearch.directories=\/home\/cloud\/_work\/LiquidsReflectometer\/LiquidsReflectometer\/tests\/data\/liquidsreflectometer-data\/nexus/' ~/.mantid/Mantid.user.properties
cat ~/.mantid/Mantid.user.properties
# sudo apt-get update
# sudo apt-get install git-lfs
Expand Down

0 comments on commit bd02dde

Please sign in to comment.