Skip to content

Commit

Permalink
fix(ci): enable LFS in GitHub Actions workflow, rename it
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaniaguam committed Jan 29, 2024
1 parent 4fbd76f commit 406b569
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test B01_SL_load_single_file
name: Test steps
on:
pull_request: {}
push:
Expand All @@ -14,6 +14,8 @@ jobs:
- name: install mpi
run: sudo apt update && sudo apt-get install openmpi-bin openmpi-doc libopenmpi-dev
- uses: actions/checkout@v3
with:
lfs: true
- name: setup python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 406b569

Please sign in to comment.