Skip to content

Commit

Permalink
try install git-lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
searscr committed Sep 29, 2023
1 parent dfab0d5 commit c67aaad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ 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: |
sudo apt-get update
sudo apt-get install git-lfs
dpkg -l git-lfs
git submodule add https://code.ornl.gov/sns-hfir-scse/infrastructure/test-data/liquidsreflectometer-data.git tests/data/liquidsreflectometer-data
git -C tests/data/liquidsreflectometer-data/ lfs install
Expand Down

0 comments on commit c67aaad

Please sign in to comment.